MediaContextBase.IngestManifests Property

Gets IngestManifestCollection.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IngestManifests As IngestManifestCollection 
    Get
'Usage
Dim instance As MediaContextBase 
Dim value As IngestManifestCollection 

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

Property Value

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

See Also

Reference

MediaContextBase Class

Microsoft.WindowsAzure.MediaServices.Client Namespace