API Reference
Class
View (GpoPermissionConsistencyService)
Collection snapshot for permission consistency query results.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #Gets a value indicating whether collection succeeded.
public String CollectionError { get; set; } #Gets collection error details when collection fails.
public Boolean VerifyInheritance { get; set; } #Gets whether inheritance verification was enabled.
public Boolean IncludeConsistent { get; set; } #Gets whether compliant rows are included.
public Int32 MaxGpos { get; set; } #Gets maximum processed GPO count.
public Int32 SysvolScanCap { get; set; } #Gets maximum SYSVOL scan cap.
public IReadOnlyList<GpoPermissionConsistency> Items { get; set; } #Gets returned consistency rows.