| MobileBackendManagerConfiguration Property |
The configuration of the application. The configuration should be set once before any Mobile Backends are accessed.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackendManagerConfiguration Configuration { get; set; }Public Property Configuration As MobileBackendManagerConfiguration
Get
Set
public:
property MobileBackendManagerConfiguration^ Configuration {
MobileBackendManagerConfiguration^ get ();
void set (MobileBackendManagerConfiguration^ value);
}member Configuration : MobileBackendManagerConfiguration with get, set
Property Value
Type:
MobileBackendManagerConfiguration
See Also