ServiceReference.ToString Method

Definition

Returns a string that represents the value of the Path property or the type name.

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

Returns

The value of the Path property, if it is defined; otherwise, the value of the Name property for the class.

Applies to