IMediaProcessor.Sku Property

The SKU of the MediaProcessor.

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

Syntax

'Declaration
ReadOnly Property Sku As String 
    Get
'Usage
Dim instance As IMediaProcessor 
Dim value As String 

value = instance.Sku
string Sku { get; }
property String^ Sku {
    String^ get ();
}
abstract Sku : string
function get Sku () : String

Property Value

Type: System.String

See Also

Reference

IMediaProcessor Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace