AnalyticsVersionInfo.DeviceFamily Property

Definition

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

public:
 property Platform::String ^ DeviceFamily { Platform::String ^ get(); };
winrt::hstring DeviceFamily();
public string DeviceFamily { get; }
var string = analyticsVersionInfo.deviceFamily;
Public ReadOnly Property DeviceFamily As String

Property Value

String

Platform::String

winrt::hstring

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.

Applies to