GPDomain Constructor ()
Initializes a new instance of the GPDomain class that represents the domain of the current user.
Namespace: Microsoft.GroupPolicy
Assembly: Microsoft.GroupPolicy.Management (in Microsoft.GroupPolicy.Management.dll)
Syntax
public GPDomain()
public:
GPDomain()
new : unit -> GPDomain
Public Sub New
Remarks
The new GPDomain object represents the domain of the current user and uses the PDC emulator to communicate with the domain.
See Also
GPDomain Overload
GPDomain Class
Microsoft.GroupPolicy Namespace
Return to top