MediaContextBase.IngestManifestAssets Property

Gets IngestManifestAssetCollection

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IngestManifestAssets As IngestManifestAssetCollection 
    Get
'Usage
Dim instance As MediaContextBase 
Dim value As IngestManifestAssetCollection 

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

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestAssetCollection
Returns IngestManifestAssetCollection.

See Also

Reference

MediaContextBase Class

Microsoft.WindowsAzure.MediaServices.Client Namespace