The message sent to the console from a connected SmartGlass device.
public:
property String^ Message {
String^ get ();
}
Type: String
Returns a string that contains the message sent to the console from a connected SmartGlass device.
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.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassMessageReceivedEventArgs Class