ApplicationChangedEventArgs.PeerContact Property

Definition

Gets the PeerContact associated with the PeerApplication.

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

PeerContact associated with the PeerApplication.

Applies to

See also