Type Property (ContentType)
In This Topic
Sub type of the media if it's a multipart media
Syntax
'Declaration
Public ReadOnly Property Type As System.String
'Usage
Dim instance As ContentType
Dim value As System.String
value = instance.Type
public System.string Type {get;}
public read-only property Type: System.String;
public function get Type : System.String
public: __property System.string* get_Type();
public:
property System.String^ Type {
System.String^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also