PeerApplicationCollection.ToString Method

Definition

Returns a String representing the current value of each PeerApplication object, separated by commas.

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 current value of each PeerApplication in the PeerApplicationCollection, separated by commas.

Applies to

See also