Share via


UserInfo.ToString Method ()

 

Returns a string that represents the current object.

Namespace:   Microsoft.WindowsServerSolutions.Users
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 current object.

See Also

UserInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top