CloudMediaContext.IngestManifestAssets Property

Gets the collection of manifest assets 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 IngestManifestAssets As IngestManifestAssetCollection 
    Get
'Usage
Dim instance As CloudMediaContext 
Dim value As IngestManifestAssetCollection 

value = instance.IngestManifestAssets
public override IngestManifestAssetCollection IngestManifestAssets { get; }
public:
virtual property IngestManifestAssetCollection^ IngestManifestAssets {
    IngestManifestAssetCollection^ get () override;
}
abstract IngestManifestAssets : IngestManifestAssetCollection 
override IngestManifestAssets : IngestManifestAssetCollection
override function get IngestManifestAssets () : IngestManifestAssetCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestAssetCollection

See Also

Reference

CloudMediaContext Class

Microsoft.WindowsAzure.MediaServices.Client Namespace