SystemSupportDeviceInfo.SystemProductName 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.
public:
property Platform::String ^ SystemProductName { Platform::String ^ get(); };
winrt::hstring SystemProductName();
public string SystemProductName { get; }
var string = systemSupportDeviceInfo.systemProductName;
Public ReadOnly Property SystemProductName As String
Property Value
A string containing the system product name of the local device. The value is fewer than 1024 characters long.
Remarks
SystemProductName is retrieved from the Window Registry. If the Registry can't be read for any reason, SystemProductName returns an empty string.