public System.string Source {get; set;}
public read-write property Source: System.String;
public function get,set Source : System.String
public: __property System.string* get_Source(); public: __property void set_Source( System.string* value );
'Declaration Public Property Source As System.String
'Usage Dim instance As TransferInfo Dim value As System.String instance.Source = value value = instance.Source