Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and initializes an instance of the GroupInfo class by copying information from an existing GroupInfo object.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public GroupInfo(
GroupInfo other
)
public:
GroupInfo(
GroupInfo^ other
)
Public Sub New (
other As GroupInfo
)
Parameters
other
Type: Microsoft.WindowsServerSolutions.Groups.GroupInfoThe existing GroupInfo object.
See Also
GroupInfo Overload
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top