PeerApplication::Description Property

 

Gets or sets a Unicode String that describes the PeerApplication.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

public:
property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

String value that describes the application. Unless specified, the default value for this property is null.

Exception Condition
ObjectDisposedException

The PeerApplication object has been disposed.

This data is not part of a PeerApplication invitation. However, it is displayed on the user interface when a Peer receives an invitation for the application.

.NET Framework
Available since 3.5
Return to top
Show: