Activity.ToString Method

Definition

Provides a string that represents this instance.

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

Returns

This instance.

Remarks

The string returned is a combination of the QualifiedName and the FullName of the type of this instance.

Applies to