AnalyticsVersionInfo.DeviceFamily 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 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
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.