EasClientDeviceInformation.SystemManufacturer Property

Definition

Gets the system manufacturer of the local device. Use SystemManufacturer only if the value of SystemSku is empty.

public:
 property Platform::String ^ SystemManufacturer { Platform::String ^ get(); };
winrt::hstring SystemManufacturer();
public string SystemManufacturer { get; }
var string = easClientDeviceInformation.systemManufacturer;
Public ReadOnly Property SystemManufacturer As String

Property Value

String

Platform::String

winrt::hstring

A string containing the system manufacturer of the local device. The value is fewer than 1024 characters long.

Remarks

SystemManufacturer is retrieved from the Windows Registry. If the Registry can't be read for any reason, then SystemManufacturer is returned as an empty string.

Applies to