GroupInfo.ToString Method ()
Creates and retrieves a string representation of the GroupInfo object.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public override string ToString()
public:
virtual String^ ToString() override
Public Overrides Function ToString As String
Return Value
Type: System.String
A String representation of the GroupInfo object.
See Also
GroupInfo Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top