MobileBackendConfiguration Property |
The configuration for the Mobile Backend. This object is readonly.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackendConfiguration Configuration { get; }
Public ReadOnly Property Configuration As MobileBackendConfiguration
Get
public:
virtual property MobileBackendConfiguration^ Configuration {
MobileBackendConfiguration^ get () sealed;
}
abstract Configuration : MobileBackendConfiguration with get
override Configuration : MobileBackendConfiguration with get
Property Value
Type:
MobileBackendConfigurationImplements
IMobileBackendConfiguration
See Also