DenyRole |
Scroll |
Gets or sets whether the role is a deny role or not.
Namespace: Therefore.API
Visual Basic Public Overridable ReadOnly Property DenyRole As Boolean C# public virtual bool DenyRole { get; }
Property Value If true, this is a deny role. If false, this is an allow role. (default) |