PeerApplicationLaunchInfo::PeerContact Property

 

Gets or sets the PeerContact that sent the invitation.

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

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

Property Value

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

The PeerContact that sent the invitation.

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

.NET Framework
Available since 3.5
Return to top
Show: