AnalyticsVersionInfo AnalyticsVersionInfo AnalyticsVersionInfo AnalyticsVersionInfo Class

Definition

Provides version information about the device family.

public : sealed class AnalyticsVersionInfo : IAnalyticsVersionInfopublic sealed class AnalyticsVersionInfo : IAnalyticsVersionInfoPublic NotInheritable Class AnalyticsVersionInfo Implements IAnalyticsVersionInfo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Use VersionInfo to get an instance of this class.

Properties

DeviceFamily DeviceFamily DeviceFamily DeviceFamily

Gets a string that represents the type of device the application is running on.

public : PlatForm::String DeviceFamily { get; }public string DeviceFamily { get; }Public ReadOnly Property DeviceFamily As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The device family.

Remarks

The values of this property will change over time as new device families are released. You should not depend on the value of this property, it is intended for analytics use only. For example, you could prioritize marketing activities based on data that more of your customers are using one device-family versus another device-family.

DeviceFamilyVersion DeviceFamilyVersion DeviceFamilyVersion DeviceFamilyVersion

Gets the version within the device family.

public : PlatForm::String DeviceFamilyVersion { get; }public string DeviceFamilyVersion { get; }Public ReadOnly Property DeviceFamilyVersion As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The version within the device family.