AvailableUserActive Property |
Whether the user is active.
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 bool Active {
bool get ();
void set (bool value);
}
member Active : bool with get, set
Property Value
Type:
BooleanSee Also