BulkIngestMediaContext.ContentKeys Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets the list of content keys used in this ingest operation.
Namespace: Microsoft.WindowsAzure.MediaServices.Client.BulkIngest
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Usage
'Usage
Dim instance As BulkIngestMediaContext
Dim value As BaseContentKeyCollection
value = instance.ContentKeys
Syntax
'Declaration
Public Overrides ReadOnly Property ContentKeys As BaseContentKeyCollection
public override BaseContentKeyCollection ContentKeys { get; }
public:
virtual property BaseContentKeyCollection^ ContentKeys {
BaseContentKeyCollection^ get () override;
}
/** @property */
public BaseContentKeyCollection get_ContentKeys ()
public override function get ContentKeys () : BaseContentKeyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 7, Windows Server 2008, Windows 8 Beta
Target Platforms
See Also
Reference
BulkIngestMediaContext Class
BulkIngestMediaContext Members
Microsoft.WindowsAzure.MediaServices.Client.BulkIngest Namespace
Build Date:
2012-06-07