CloudMediaContext.ContentKeys Property
Gets the collection of content keys in the system.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ContentKeys As ContentKeyBaseCollection
Get
'Usage
Dim instance As CloudMediaContext
Dim value As ContentKeyBaseCollection
value = instance.ContentKeys
public override ContentKeyBaseCollection ContentKeys { get; }
public:
virtual property ContentKeyBaseCollection^ ContentKeys {
ContentKeyBaseCollection^ get () override;
}
abstract ContentKeys : ContentKeyBaseCollection
override ContentKeys : ContentKeyBaseCollection
override function get ContentKeys () : ContentKeyBaseCollection
Property Value
Type: Microsoft.WindowsAzure.MediaServices.Client.ContentKeyBaseCollection