API Reference
Class
GpoViewOptions
Projection options used by the GPO report projectors.
Inheritance
- Object
- GpoViewOptions
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public GpoViewOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean Minimal { get; set; } #Emit compact rows where supported.
public String Category { get; set; } #Wildcard filter for category/policy display/name.
public Boolean MatchedOnly { get; set; } #When true (for PreferencesTrace), include only matched ILT items.
public String Key { get; set; } #Optional wildcard for key filtering (PreferencesTrace).
public String Action { get; set; } #Optional wildcard for action filtering (Create/Update/Replace/Delete).
public IEnumerable<String> Sites { get; set; } #Optional site list to consider when site processing is enabled.
public Boolean EvaluateApplicability { get; set; } #Evaluate security/WMI filtering for policy applicability.