ReadAceIsInvert Property
IT Hit WebDAV Classes Reference
If this property is true then this ACE grants/denies privileges to all
principals NOT matching the one in
Principal property.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public bool IsInvert { get; set; }
Public Property IsInvert As Boolean
Get
Set
public:
property bool IsInvert {
bool get ();
void set (bool value);
}
member IsInvert : bool with get, set
Property Value
Type:
BooleanSee Also