MobileBackendManagerConfigurationMobileBackendConfigurations Property |
List of configurations for Mobile Backends.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic List<MobileBackendConfiguration> MobileBackendConfigurations { get; }
Public ReadOnly Property MobileBackendConfigurations As List(Of MobileBackendConfiguration)
Get
public:
property List<MobileBackendConfiguration^>^ MobileBackendConfigurations {
List<MobileBackendConfiguration^>^ get ();
}
member MobileBackendConfigurations : List<MobileBackendConfiguration> with get
Property Value
Type:
ListMobileBackendConfiguration
See Also