'Declaration Protected Property BytesAverage As System.Decimal
'Usage Dim instance As FTP Dim value As System.Decimal instance.BytesAverage = value value = instance.BytesAverage
protected System.decimal BytesAverage {get; set;}
protected read-write property BytesAverage: System.Currency;
protected function get,set BytesAverage : System.decimal