IContentKey.ContentKeyType Property

Gets the type of the content key.

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

Syntax

'Declaration
ReadOnly Property ContentKeyType As ContentKeyType 
    Get
'Usage
Dim instance As IContentKey 
Dim value As ContentKeyType 

value = instance.ContentKeyType
ContentKeyType ContentKeyType { get; }
property ContentKeyType ContentKeyType {
    ContentKeyType get ();
}
abstract ContentKeyType : ContentKeyType
function get ContentKeyType () : ContentKeyType

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.ContentKeyType
The type of the content key.

See Also

Reference

IContentKey Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace