ILocator.Name Property

Gets the name of the locator.

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

Syntax

'Declaration
ReadOnly Property Name As String 
    Get
'Usage
Dim instance As ILocator 
Dim value As String 

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

Property Value

Type: System.String
Returns String.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace