SmartGlassDirectSurface.Id Property

[Deprecated] Contains a string holding the device identifier. Read-only.

Syntax

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

Property value

Type: String 

 The device Id string. This is an opaque string that should be used for equality comparisons only.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

Remarks

After initializing a SmartGlass device, store the Id. Then to process input events from a device, use this Id to associate the input event with the appropriate device.

See also

Reference

SmartGlassDirectSurface Class

SmartGlassDirectSurface Members

Windows.Xbox.SmartGlass Namespace