Gpo.IsAclConsistent Method ()

 

Checks for the consistency of ACLs between the directory service and the system volume folder (SysVol).

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Syntax

public bool IsAclConsistent()
public:
bool IsAclConsistent()
member IsAclConsistent : unit -> bool
Public Function IsAclConsistent As Boolean

Return Value

Type: System.Boolean

Returns Boolean. true if the ACLs are consistent; otherwise, false.

See Also

Gpo Class
Microsoft.GroupPolicy Namespace

Return to top