API Reference
Class
GppServiceEntry
Represents a GPP Windows Service configuration item.
Inheritance
- GppBaseEntry
- GppServiceEntry
Constructors
public GppServiceEntry() #Inherited Methods
Properties
public String ServiceName { get; set; } #Service name (e.g., Spooler).
public String Startup { get; set; } #Startup type (e.g., Auto, Manual, Disabled).
public String ServiceAction { get; set; } #Service action to perform (e.g., Start, Stop).
public String AccountName { get; set; } #Account that the service should run as.
Inherited Properties
public String Scope { get; set; } #Inherited from GppBaseEntry
public String SourceXml { get; set; } #Inherited from GppBaseEntry
public String Action { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> Enabled { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> HasTargeting { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> TargetingMatched { get; set; } #Inherited from GppBaseEntry
public String TargetingSummary { get; set; } #Inherited from GppBaseEntry