IIngestManifest.Id Property

Gets or sets the unique identifier set by Media Services.

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

Syntax

'Declaration
ReadOnly Property Id As String 
    Get
'Usage
Dim instance As IIngestManifest 
Dim value As String 

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

Property Value

Type: System.String
The unique identifier set by Media Services.

See Also

Reference

IIngestManifest Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace