IIngestManifestAsset.IngestManifestFiles Property

Gets the manifest asset files.

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

Syntax

'Declaration
ReadOnly Property IngestManifestFiles As IngestManifestFileCollection 
    Get
'Usage
Dim instance As IIngestManifestAsset 
Dim value As IngestManifestFileCollection 

value = instance.IngestManifestFiles
IngestManifestFileCollection IngestManifestFiles { get; }
property IngestManifestFileCollection^ IngestManifestFiles {
    IngestManifestFileCollection^ get ();
}
abstract IngestManifestFiles : IngestManifestFileCollection
function get IngestManifestFiles () : IngestManifestFileCollection

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestFileCollection
The manifest asset files.

See Also

Reference

IIngestManifestAsset Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace