PeerInformation.DiscoveryData 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.
Gets the device data included during device discovery.
public:
property IBuffer ^ DiscoveryData { IBuffer ^ get(); };
IBuffer DiscoveryData();
public IBuffer DiscoveryData { get; }
var iBuffer = peerInformation.discoveryData;
Public ReadOnly Property DiscoveryData As IBuffer
Property Value
User or device data to include during device discovery. Must be less than 32 bytes.
Windows requirements
App capabilities |
proximity
|
Remarks
Windows Phone 8.x app: This property is not supported and returns no data.