Returns the value of a property associated with the user resource.
Namespace: Oracle.Cloud.Mobile.AuthorizationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic string this[
string name
] { get; set; }
Public Default Property Item (
name As String
) As String
Get
Set
public:
virtual property String^ default[String^ name] {
String^ get (String^ name) sealed;
void set (String^ name, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
Parameters
- name
- Type: SystemString
The name of the property.
Return Value
Type:
StringThe value of the property if it exists, null otherwise.
Implements
IDictionaryTKey, TValueItemTKey
See Also