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