ReadAceIsProtected Property
IT Hit WebDAV Classes Reference
Indicates that this ACE is protected and an attempt to remove it will fail.
Namespace:
ITHit.WebDAV.Server.Acl
Assembly:
ITHit.WebDAV.Server (in ITHit.WebDAV.Server.dll) Version: 13.3.13068
Syntax public bool IsProtected { get; set; }
Public Property IsProtected As Boolean
Get
Set
public:
property bool IsProtected {
bool get ();
void set (bool value);
}
member IsProtected : bool with get, set
Property Value
Type:
BooleanSee Also