MobileAppSettingsKeys Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the keys we look for in MobileAppSettingsDictionary to identify known settings.
public static class MobileAppSettingsKeys
type MobileAppSettingsKeys = class
Public Class MobileAppSettingsKeys
- Inheritance
-
MobileAppSettingsKeys
Fields
HostName |
The key identifying the application setting containing the host name of the mobile service. |
NotificationHubConnectionString |
The key identifying the connection string setting containing the connection string for the Azure Notification Hub associated with this service. |
NotificationHubName |
The key identifying the application setting containing the name of the Azure Notification Hub associated with this service. |
SkipVersionCheck |
The key identifying whether the system will enforce version checks on all incoming Mobile App API calls |
SubscriptionId |
The key identifying the application setting containing the subscription id for the service. |
TableConnectionString |
The key identifying the connection string setting containing the default connection string for table controllers. |
Applies to
Azure SDK for .NET