MobileBackendPlatformUri Property |
The URI including the path prefix for platform API REST endpoints in the Mobile Cloud Service.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Uri PlatformUri { get; }
Public ReadOnly Property PlatformUri As Uri
Get
public:
virtual property Uri^ PlatformUri {
Uri^ get () sealed;
}
abstract PlatformUri : Uri with get
override PlatformUri : Uri with get
Property Value
Type:
UriImplements
IMobileBackendPlatformUri
See Also