PerceptionCorrelation.TargetId 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 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
The unique identifier of the described device.
- Attributes