PeerInformation.DiscoveryData Property

Definition

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.

Applies to

See also