ProximityDevice.MaxMessageBytes Property

Definition

Gets the maximum size of a published message that this proximity device supports.

public:
 property unsigned int MaxMessageBytes { unsigned int get(); };
uint32_t MaxMessageBytes();
public uint MaxMessageBytes { get; }
var uInt32 = proximityDevice.maxMessageBytes;
Public ReadOnly Property MaxMessageBytes As UInteger

Property Value

UInt32

unsigned int

uint32_t

The maximum size of a published message that this proximity device supports.

Windows requirements

App capabilities
proximity ID_CAP_PROXIMITY [Windows Phone]

Applies to

See also