Share via


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

DACL Object

Syntax


            bool objDACL.IsProtected();

Example

var bIsProtected  = objDacl.IsProtected()

See Also

Other Resources

SetProtected Method