CloudMediaContext.IngestManifestFiles Property

Gets the collection of manifest asset files 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 IngestManifestFiles As IngestManifestFileCollection 
    Get
'Usage
Dim instance As CloudMediaContext 
Dim value As IngestManifestFileCollection 

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

Property Value

Type: Microsoft.WindowsAzure.MediaServices.Client.IngestManifestFileCollection

See Also

Reference

CloudMediaContext Class

Microsoft.WindowsAzure.MediaServices.Client Namespace