ObjectSecurity.AreAccessRulesProtected Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that specifies whether the Discretionary Access Control List (DACL) associated with this ObjectSecurity object is protected.
public:
 property bool AreAccessRulesProtected { bool get(); };public bool AreAccessRulesProtected { get; }member this.AreAccessRulesProtected : boolPublic ReadOnly Property AreAccessRulesProtected As BooleanProperty Value
true if the DACL is protected; otherwise, false.