API Reference
Class
View (GpoPermissionUnknownService)
Collection snapshot for unknown trustee 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 Int32 MaxGpos { get; set; } #Gets maximum processed GPO count.
public Int32 MaxFindings { get; set; } #Gets maximum returned finding count.
public IReadOnlyList<GpoPermissionUnknownRow> Items { get; set; } #Gets returned unknown trustee rows.