PeerApplicationLaunchInfo::Message Property

 

Get or set a message associated with the response to the PeerCollaboration invitation.

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

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

Property Value

Type: System::String^

A text message associated with the PeerInvitationResponse to the PeerCollaboration invitation.

The maximum length for the message is 255 Unicode characters. Unless explicitly specified, the default value for all properties is null for reference types.

.NET Framework
Available since 3.5
Return to top
Show: