CastingDevice.Id 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.
The device ID. This is the same ID used with Windows.Devices.Enumeration APIs.
public:
property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = castingDevice.id;
Public ReadOnly Property Id As String
Property Value
The device's ID.