Share via


ProximityMessage.Data Property

Definition

Gets the binary data of the message.

public:
 property IBuffer ^ Data { IBuffer ^ get(); };
IBuffer Data();
public IBuffer Data { get; }
var iBuffer = proximityMessage.data;
Public ReadOnly Property Data As IBuffer

Property Value

The binary data of the message.

Windows requirements

App capabilities
proximity ID_CAP_PROXIMITY [Windows Phone]

Applies to

See also