MobileBackendConfigurationApplicationKey Property |
The app key for this mobile application. This value can be obtained from the Mobile Backend's Settings in the UI.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string ApplicationKey { get; set; }
Public Property ApplicationKey As String
Get
Set
public:
property String^ ApplicationKey {
String^ get ();
void set (String^ value);
}
member ApplicationKey : string with get, set
Property Value
Type:
String
See Also