SubscribeCompletedEventArgs.PeerNearMe Property

Definition

Specifies the PeerNearMe for which the subscription is requested.

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

Property Value

PeerNearMe object for which a subscription was requested.

Remarks

This value is null if the subscription is requested on an instance of PeerContact that does not exist in the "People Near Me" scope.

Applies to

See also