Session.ToString Method

Definition

This method override the default ToString() method.

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

Returns

The name of the session.

Remarks

This is so combo boxes and other controls get the name of the session.

Applies to