SubscribeCompletedEventArgs.PeerNearMe Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.