[Deprecated] Contains a string holding the device identifier. Read-only.
public:
property String^ Id {
String^ get ();
}
Type: String
The device Id string. This is an opaque string that should be used for equality comparisons only.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
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.