| MobileBackendManagerGetMobileBackend Method |
Returns a MobileBackend object with the specified name.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackend GetMobileBackend(
string name
)
Public Function GetMobileBackend (
name As String
) As MobileBackend
public:
MobileBackend^ GetMobileBackend(
String^ name
)
member GetMobileBackend :
name : string -> MobileBackend
Parameters
- name
- Type: SystemString
The name of the MobileBackend object to return.
Return Value
Type:
MobileBackendThe MobileBackend object.
See Also