MobileServiceClient.ApplicationKey Property

 

Gets or sets the application key for the mobile service.

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

Syntax

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

Property Value

Type: System.String

The Mobile Service application's key.

Implements

IMobileServiceClient.ApplicationKey

See Also

MobileServiceClient Class
Microsoft.WindowsAzure.MobileServices Namespace

Return to top