PeerApplicationLaunchInfo::PeerApplication Property

 

Gets or sets the PeerApplication for which the invitation was sent.

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

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

Property Value

Type: System.Net.PeerToPeer.Collaboration::PeerApplication^

The PeerApplication for which the PeerCollaboration invitation was sent.

Unless explicitly specified, the default value for all properties is null for reference types.

.NET Framework
Available since 3.5
Return to top
Show: