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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.