PerceptionCorrelation.TargetId Property

Definition

The unique identifier of the described device.

public:
 property Platform::String ^ TargetId { Platform::String ^ get(); };
winrt::hstring TargetId();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
winrt::hstring TargetId();
public string TargetId { get; }
public string TargetId { [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = perceptionCorrelation.targetId;
Public ReadOnly Property TargetId As String

Property Value

String

Platform::String

winrt::hstring

The unique identifier of the described device.

Attributes

Applies to