ObjectChangedEventArgs.PeerEndPoint Property

Definition

Gets the PeerEndPoint for which object information has changed.

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

Property Value

The PeerEndPoint on which PeerObject information has changed.

Remarks

Unless specified, the default value for this property is null.

Applies to

See also