AnalyticsVersionInfo.ProductName Property

Definition

Gets the product name of the device that the application is running on.

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

Property Value

String

Platform::String

winrt::hstring

The device name.

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v12.0)

Applies to