MobileBackendApplicationKey Property |
The app key of the current mobile application read from the configuration.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string ApplicationKey { get; }
Public ReadOnly Property ApplicationKey As String
Get
public:
virtual property String^ ApplicationKey {
String^ get () sealed;
}
abstract ApplicationKey : string with get
override ApplicationKey : string with get
Property Value
Type:
StringImplements
IMobileBackendApplicationKey
See Also