PeerApplicationLaunchInfo.PeerContact Property

Definition

Gets or sets the PeerContact that sent the invitation.

public:
 property System::Net::PeerToPeer::Collaboration::PeerContact ^ PeerContact { System::Net::PeerToPeer::Collaboration::PeerContact ^ get(); };
public System.Net.PeerToPeer.Collaboration.PeerContact PeerContact { get; }
member this.PeerContact : System.Net.PeerToPeer.Collaboration.PeerContact
Public ReadOnly Property PeerContact As PeerContact

Property Value

The PeerContact that sent the invitation.

Remarks

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

Applies to

See also