API Reference
Class
GppBaseEntry
Base type for all GPP entries, containing metadata common across categories and evaluation results of Item Level Targeting (ILT).
Inheritance
- Object
- GppBaseEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoAnalysisPreferenceRow.Detail
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Scope { get; set; } #Applies to either Computer or User scope.
public String SourceXml { get; set; } #Full path to the source XML file the entry was parsed from.
public String Action { get; set; } #The action requested by the item: Create, Update, Replace or Delete.
public Nullable<Boolean> Enabled { get; set; } #Whether the item is enabled; null when unspecified.
public Nullable<Boolean> HasTargeting { get; set; } #True when ILT is present on the item.
public Nullable<Boolean> TargetingMatched { get; set; } #Evaluation result of ILT when evaluated; True/False/Null for not evaluated.
public String TargetingSummary { get; set; } #Human‑readable targeting summary (e.g., WMI or OS clause).