PeerObject.ToString Method

Definition

Returns a String that represents a PeerObject instance.

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

Returns

A String representing the PeerObject.

Exceptions

The PeerObject instance has been disposed.

Applies to