MobileBackendAppConfig Property |
Returns an instance of AppConfig. Callers can download the configuration form the service by invoking LoadAppConfig().
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic AppConfig AppConfig { get; }
Public ReadOnly Property AppConfig As AppConfig
Get
public:
virtual property AppConfig^ AppConfig {
AppConfig^ get () sealed;
}
abstract AppConfig : AppConfig with get
override AppConfig : AppConfig with get
Property Value
Type:
AppConfigImplements
IMobileBackendAppConfig
See Also