Share via


IIngestManifestFile.MimeType Property

Gets or sets the MIME type of the file.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Property MimeType As String 
    Get 
    Set
'Usage
Dim instance As IIngestManifestFile 
Dim value As String 

value = instance.MimeType

instance.MimeType = value
string MimeType { get; set; }
property String^ MimeType {
    String^ get ();
    void set (String^ value);
}
abstract MimeType : string with get, set
function get MimeType () : String 
function set MimeType (value : String)

Property Value

Type: System.String
The MIME type of the file.

Remarks

Media Services does not inspect any blob that you uploaded, so you must manually set the MIME type. For example, "text/plain" or "video/x-ms-wmv" are valid values to use.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace