IMobileBackendAppConfig 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)
SyntaxAppConfig AppConfig { get; }
ReadOnly Property AppConfig As AppConfig
Get
property AppConfig^ AppConfig {
AppConfig^ get ();
}
abstract AppConfig : AppConfig with get
Property Value
Type:
AppConfig
See Also