FileTypePackageMimeType Property |
Gets the MIME type.
Namespace: GroupDocs.Metadata.CommonAssembly: GroupDocs.Metadata (in GroupDocs.Metadata.dll) Version: 21.8
Syntaxpublic string MimeType { get; }
Public ReadOnly Property MimeType As String
Get
public:
property String^ MimeType {
String^ get ();
}
member MimeType : string with get
Property Value
Type:
String
The MIME type value.
See Also