PreferenceExtension Constructor

 

Initializes a new instance of the PreferenceExtension class.

Namespace:   Microsoft.GroupPolicy
Assembly:  Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)

Overload List

Name Description
System_CAPS_protmethod PreferenceExtension(DirectoryContext, Guid, Boolean)

Initializes a new instance of the PreferenceExtension class by using the specified DirectoryContext, the specified Group Policy object (GPO) ID (GUID), and a value that specifies whether to edit Computer Configuration or User Configuration.

System_CAPS_protmethod PreferenceExtension(DirectoryContext, String, Boolean)

Initializes a new instance of the PreferenceExtension class by using the specified DirectoryContext, the display name of the Group Policy object (GPO), and a value that specifies whether to edit Computer Configuration or User Configuration.

System_CAPS_protmethod PreferenceExtension(Domain, Guid, Boolean)

Initializes a new instance of the PreferenceExtension class by using the specified Domain, the specified Group Policy object (GPO) ID (GUID), and a value that specifies whether to edit Computer Configuration or User Configuration.

System_CAPS_protmethod PreferenceExtension(Domain, String, Boolean)

Initializes a new instance of the PreferenceExtension class by using the specified Domain, the display name of the Group Policy object (GPO), and a value that specifies whether to edit Computer Configuration or User Configuration.

System_CAPS_protmethod PreferenceExtension(DomainController, Guid, Boolean)

Initializes a new instance of the PreferenceExtension class by using the specified DomainController, the specified Group Policy object (GPO) ID (GUID), and a value that specifies whether to edit Computer Configuration or User Configuration.

System_CAPS_protmethod PreferenceExtension(DomainController, String, Boolean)

Initializes a new instance of the PreferenceExtension class by using the specified DomainController, the display name of the Group Policy object (GPO), and a value that specifies whether to edit Computer Configuration or User Configuration.

See Also

PreferenceExtension Class
Microsoft.GroupPolicy Namespace

Return to top