GroupDetailInfo Constructor (GroupDetailInfo)
Creates and initializes an instance of the GroupDetailInfo class with an existing GroupDetailInfo object.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public GroupDetailInfo(
GroupDetailInfo other
)
public:
GroupDetailInfo(
GroupDetailInfo^ other
)
Public Sub New (
other As GroupDetailInfo
)
Parameters
other
Type: Microsoft.WindowsServerSolutions.Groups.GroupDetailInfoThe existing GroupDetailInfo object.
See Also
GroupDetailInfo Overload
GroupDetailInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top