| StorageObjectName Property |
A user provided name for the StorageObject. A StorageCollection may have multiple StorageObjects with the same name.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string Name { get; set; }Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}member Name : string with get, set
Property Value
Type:
String
See Also