IAsset.ContentKeys Property

Gets the Content Keys associated with the asset.

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

Syntax

'Declaration
ReadOnly Property ContentKeys As IList(Of IContentKey)
    Get
'Usage
Dim instance As IAsset 
Dim value As IList(Of IContentKey)

value = instance.ContentKeys
IList<IContentKey> ContentKeys { get; }
property IList<IContentKey^>^ ContentKeys {
    IList<IContentKey^>^ get ();
}
abstract ContentKeys : IList<IContentKey>
function get ContentKeys () : IList<IContentKey>

Property Value

Type: System.Collections.Generic.IList<IContentKey>
IContentKey

See Also

Reference

IAsset Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace