Share via


IAssetFile.MimeType Property

Optional. 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.

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 IAssetFile 
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

See Also

Reference

IAssetFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace