KnownPerceptionFrameSourceProperties.DeviceModelVersion 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.
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
The device, model, version string for the physical sensor device this frame source represents. This property is a String value.
- Attributes