ITask.Id Property

Gets the task identifier.

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 ITask 
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 task identifier.

See Also

Reference

ITask Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace