ILocator.Path Property

Gets the locator path.

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

Syntax

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

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

Property Value

Type: System.String
The locator path.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace