MobileBackendCustomCodeUri Property |
The URI including the path prefix for custom 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 CustomCodeUri { get; }
Public ReadOnly Property CustomCodeUri As Uri
Get
public:
virtual property Uri^ CustomCodeUri {
Uri^ get () sealed;
}
abstract CustomCodeUri : Uri with get
override CustomCodeUri : Uri with get
Property Value
Type:
UriImplements
IMobileBackendCustomCodeUri
See Also