IIngestManifest.IngestManifestAssets Property

Gets the manifest assets.

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

Syntax

'Declaration
ReadOnly Property IngestManifestAssets As IngestManifestAssetCollection 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As IngestManifestAssetCollection 

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

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestAssetCollection
The manifest assets.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace