PutUserBodyActive Property |
An optional flag that specifies whether the user is active.
If not specified, this will default to true.
Namespace:
ArangoDBNetStandard.UserApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public bool? Active { get; set; }
Public Property Active As Boolean?
Get
Set
public:
property Nullable<bool> Active {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member Active : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also