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