VideoDeviceController.Id Property

Definition

Gets a string containing the identifier for the video device controller.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = videoDeviceController.id;
Public ReadOnly Property Id As String

Property Value

String

Platform::String

winrt::hstring

The identifier for the video device controller.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to