MimeBlob.MimeSubtype Property
Gets or sets the subtype for the MIME type. For example, in an application/octet-stream, this value would be octet-stream.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string MimeSubtype { get; set; }
public:
property String^ MimeSubtype {
String^ get();
void set(String^ value);
}
Public Property MimeSubtype As String
Property Value
Type: System.String
See Also
MimeBlob Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace
Return to top