Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

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


Feedback

Was this page helpful?