MobileServiceClient.ApplicationUri Property

 

Gets or sets the URI used to call the mobiles service.

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

Syntax

public Uri ApplicationUri { get; private set; }
public:
property Uri^ ApplicationUri {
    virtual Uri^ get() sealed;
    private: virtual void set(Uri^ value) sealed;
}
abstract ApplicationUri : Uri with get, private set
override ApplicationUri : Uri with get, private set
Public Property ApplicationUri As Uri
    Get
    Private Set
End Property

Property Value

Type: System.Uri

The URI to the Mobile Services application.

Implements

IMobileServiceClient.ApplicationUri

See Also

MobileServiceClient Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top