API Reference
Class
ServiceEntry
Single service policy entry contributed by a GPO.
Inheritance
- Object
- ServiceEntry
Constructors
public ServiceEntry() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name that owns the GPO.
public Guid GpoId { get; set; } #GPO identifier that contributed the setting.
public String Name { get; set; } #Service key name (for example, Spooler).
public Nullable<Int32> StartupType { get; set; } #Startup type value: 2 Auto, 3 Manual, 4 Disabled.
public Boolean HasDacl { get; set; } #True when the service has an access control list defined in policy.