SmartGlassMessageReceivedEventArgs.Message Property

The message sent to the console from a connected SmartGlass device.

Syntax

public:
property String^ Message {
         String^ get ();
}  

Property value

Type: String 

 Returns a string that contains the message sent to the console from a connected SmartGlass device.

Remarks

The maximum size of the message is 65,532 bytes. Although the strings that the device sends use either UTF-32 or UTF-16 encoding depending on the platform, the messages are converted to UTF-8 encoding for transmission across the network. The size limit applies to the UTF-8 encoded format of the string.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassMessageReceivedEventArgs Class

SmartGlassMessageReceivedEventArgs Members

Windows.Xbox.SmartGlass Namespace