Public Property Body As String
Dim instance As HeaderField Dim value As String instance.Body = value value = instance.Body
public string Body {get; set;}
public: __property string* get_Body(); public: __property void set_Body( string* value );
public: property String^ Body { String^ get(); void set ( String^ value); }
HeaderField Class HeaderField Members