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.
Initializes this group with a copy of another Group object.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public void CopyFrom(
Group groupToCopy
)
public:
void CopyFrom(
Group^ groupToCopy
)
Public Sub CopyFrom (
groupToCopy As Group
)
Parameters
groupToCopy
Type: Microsoft.WindowsServerSolutions.Groups.GroupThe Group object to copy.
See Also
Group Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top