PatchUserBodyExtra Property |
Optional object with arbitrary extra data about the user.
Namespace:
ArangoDBNetStandard.UserApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public Dictionary<string, Object> Extra { get; set; }
Public Property Extra As Dictionary(Of String, Object)
Get
Set
public:
property Dictionary<String^, Object^>^ Extra {
Dictionary<String^, Object^>^ get ();
void set (Dictionary<String^, Object^>^ value);
}
member Extra : Dictionary<string, Object> with get, set
Property Value
Type:
DictionaryString,
ObjectSee Also