Public Shadows Property Content As FileInfo
Dim instance As Attachment Dim value As FileInfo instance.Content = value value = instance.Content
public new FileInfo Content {get; set;}
public: __property new FileInfo* get_Content(); public: __property new void set_Content( FileInfo* value );
public: new property FileInfo^ Content { FileInfo^ get(); void set ( FileInfo^ value); }
Attachment Class Attachment Members