Public Property Boundary As String
Dim instance As ContentType Dim value As String instance.Boundary = value value = instance.Boundary
public string Boundary {get; set;}
public: __property string* get_Boundary(); public: __property void set_Boundary( string* value );
public: property String^ Boundary { String^ get(); void set ( String^ value); }
ContentType Class ContentType Members