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