Definiton of the media type (mainly to define whether it is multipart or not).
If not this represents the actual MIME type
public System.bool Multi {get;}
public read-only property Multi: System.Boolean;
public function get Multi : System.boolean
public: __property System.bool get_Multi();
public:
property System.bool Multi {
System.bool get();
}
'Declaration
Public ReadOnly Property Multi As System.Boolean
'Usage
Dim instance As ContentType
Dim value As System.Boolean
value = instance.Multi
Target Platforms: .NET CLR 4.8 or higher