KnownPerceptionFrameSourceProperties.DeviceModelVersion Property

Definition

Gets a string key used to look up a string property with the device, model, version string for the physical sensor device this frame source represents.

public:
 static property Platform::String ^ DeviceModelVersion { Platform::String ^ get(); };
static winrt::hstring DeviceModelVersion();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameSourceProperties may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring DeviceModelVersion();
public static string DeviceModelVersion { get; }
public static string DeviceModelVersion { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameSourceProperties may be unavailable after Windows Creator Update.  Use Windows.Devices.Enumeration.DeviceInformation instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionFrameSourceProperties.deviceModelVersion;
Public Shared ReadOnly Property DeviceModelVersion As String

Property Value

String

Platform::String

winrt::hstring

The device, model, version string for the physical sensor device this frame source represents. This property is a String value.

Attributes

Applies to