Share via


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

See Also

GroupInfo Overload
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top