ProximityDevice.MaxMessageBytes 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 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
The maximum size of a published message that this proximity device supports.
Windows requirements
App capabilities |
proximity
ID_CAP_PROXIMITY [Windows Phone]
|