Public Property FileName As String
Dim instance As Messagepart Dim value As String instance.FileName = value value = instance.FileName
public string FileName {get; set;}
public: __property string* get_FileName(); public: __property void set_FileName( string* value );
public: property String^ FileName { String^ get(); void set ( String^ value); }
Messagepart Class Messagepart Members