Partilhar via


MimeBlob.MimeType Property

 

Gets the parsed MIME type.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

public MimeType MimeType { get; private set; }
public:
property MimeType MimeType {
    MimeType get();
    private: void set(MimeType value);
}
Public Property MimeType As MimeType
    Get
    Private Set
End Property

Property Value

Type: Microsoft.ConfigurationManagement.Messaging.Framework.MimeType

See Also

MimeBlob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top