ILocator.Id Property

Gets the identifier of this locator.

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 ILocator 
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 identifier of this locator.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace