Share via


IIngestManifestFile.ParentIngestManifestAssetId Property

Gets or sets the IngestManifestAsset ID of the IngestManifestAsset that this file is associated with. 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 ParentIngestManifestAssetId As String 
    Get
'Usage
Dim instance As IIngestManifestFile 
Dim value As String 

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

Property Value

Type: System.String
The IngestManifestAsset ID of the IngestManifestAsset that this file is associated with.

See Also

Reference

IIngestManifestFile Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace