API Reference
Class
ServiceEntry
Single service policy entry contributed by a GPO.
Inheritance
- Object
- ServiceEntry
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
- Method ServicePolicyReader.ParseServicesForGpo
- Property ServicePolicySet.Services
Constructors
public ServiceEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.