GroupInfo Constructor (GroupInfo)
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