Click or drag to resize
UserItem Property
Returns the value of a property associated with the user resource.

Namespace: Oracle.Cloud.Mobile.Authorization
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The name of the property.

Return Value

Type: String
The value of the property if it exists, null otherwise.

Implements

IDictionaryTKey, TValueItemTKey
See Also