ObjectSecurity.AreAuditRulesProtected Propriedade
Definição
Obtém um valor booliano que especifica se a SACL (Lista de Controle de Acesso do Sistema) associada a esse objeto ObjectSecurity está protegida.Gets a Boolean value that specifies whether the System Access Control List (SACL) associated with this ObjectSecurity object is protected.
public:
property bool AreAuditRulesProtected { bool get(); };
public bool AreAuditRulesProtected { get; }
member this.AreAuditRulesProtected : bool
Public ReadOnly Property AreAuditRulesProtected As Boolean
Valor da propriedade
true se a SACL estiver protegida; caso contrário, false .true if the SACL is protected; otherwise, false.