'Declaration Public Property Size As String
'Usage Dim instance As SftpFileAttributes Dim value As String instance.Size = value value = instance.Size
public string Size {get; set;}
public: __property string* get_Size(); public: __property void set_Size( string* value );
public: property String^ Size { String^ get(); void set ( String^ value); }
SftpFileAttributes Class SftpFileAttributes Members