MobileBackendManagerConfiguration Constructor (String) |
Reads the configuration from an asset. The URI ("ms-appx:///") may or
may not be pre-pended.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic MobileBackendManagerConfiguration(
string asset
)
Public Sub New (
asset As String
)
public:
MobileBackendManagerConfiguration(
String^ asset
)
new :
asset : string -> MobileBackendManagerConfiguration
Parameters
- asset
- Type: SystemString
The name of the asset.
See Also