ILocator.BaseUri Property

Gets the base Uri of this locator.

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

Syntax

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

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

Property Value

Type: System.String
The base Uri of this locator.

See Also

Reference

ILocator Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace