ServiceProxyBackend Property |
The Mobile Backend that this Service Proxy is associated with.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic IMobileBackend Backend { get; }
Public ReadOnly Property Backend As IMobileBackend
Get
public:
property IMobileBackend^ Backend {
IMobileBackend^ get ();
}
member Backend : IMobileBackend with get
Property Value
Type:
IMobileBackend
See Also