Share via


IIngestManifestFile.ParentIngestManifestId Property

Gets or sets the IngestManifest ID of the manifest that contains this file. This is a required property.

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

Syntax

'Declaration
ReadOnly Property ParentIngestManifestId As String 
    Get
'Usage
Dim instance As IIngestManifestFile 
Dim value As String 

value = instance.ParentIngestManifestId
string ParentIngestManifestId { get; }
property String^ ParentIngestManifestId {
    String^ get ();
}
abstract ParentIngestManifestId : string
function get ParentIngestManifestId () : String

Property Value

Type: System.String
The IngestManifest ID of the manifest that contains this file.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace