IMobileServiceClient.ApplicationUri Property

 

Gets the URI used to access to the mobile service.

Namespace:   Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.Mobile (in Microsoft.WindowsAzure.Mobile.dll)

Syntax

Uri ApplicationUri { get; }
property Uri^ ApplicationUri {
    Uri^ get();
}
abstract ApplicationUri : Uri with get
ReadOnly Property ApplicationUri As Uri

Property Value

Type: System.Uri

Returns Uri.

See Also

IMobileServiceClient Interface
Microsoft.WindowsAzure.MobileServices Namespace

Return to top