Click or drag to resize
MobileBackendConfiguration Properties

The MobileBackendConfiguration type exposes the following members.

Properties
  NameDescription
Public propertyApplicationKey
The app key for this mobile application. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyAuthConfigurations
The authentication configurations for this Mobile Backend. Callers can invoke MobileBackend.AuthenticationType to specify a configuration to use.
Public propertyBaseUri
The base uri of the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertyIsDefault
Whether this Mobile Backend is the default, only one Mobile Backend in the MobileBackedManager can be marked as the default.
Public propertyName
The name of the Mobile Backend. This value can be obtained from the Mobile Backend's Settings in the UI.
Public propertySynchronizationConfiguration
Configuration for Synchronization.
Top
See Also