IsProtected Property
Topic Last Modified: 2006-06-13
Returns TRUE if a DACL object does not inherit any ACEs from a parent folder.
Applies To
Syntax
bool objDACL.IsProtected();
Example
var bIsProtected = objDacl.IsProtected()