IMobileServiceClient.ApplicationKey Property

 

Gets the name of the mobile service.

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

Syntax

string ApplicationKey { get; }
property String^ ApplicationKey {
    String^ get();
}
abstract ApplicationKey : string with get
ReadOnly Property ApplicationKey As String

Property Value

Type: System.String

Returns String.

See Also

IMobileServiceClient Interface
Microsoft.WindowsAzure.MobileServices Namespace

Return to top