GpoSection Enumeration
Specifies a section of a Group Policy object (GPO).
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management.Interop (in Microsoft.GroupPolicy.Management.Interop.dll)
Syntax
public enum GpoSection
public enum class GpoSection
type GpoSection
Public Enumeration GpoSection
Members
Member name | Description | |
---|---|---|
Computer | The computer section. |
|
Root | The root section. |
|
User | The user section. |
Remarks
A GpoSection value is passed as a parameter to specify a GPO section in the following methods: GetDSPath and GetFileSystemPath.
See Also
Microsoft.GroupPolicy Namespace
Return to top