NTAccount.ToString Method

Definition

Returns the account name, in Domain \ Account format, for the account represented by the NTAccount object.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

The account name, in Domain \ Account format.

Applies to