Click or drag to resize
MobileBackendManagerGetMobileBackend Method
Returns a MobileBackend object with the specified name.

Namespace: Oracle.Cloud.Mobile.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public MobileBackend GetMobileBackend(
	string name
)

Parameters

name
Type: SystemString
The name of the MobileBackend object to return.

Return Value

Type: MobileBackend
The MobileBackend object.
See Also