EasClientDeviceInformation.SystemManufacturer 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 ^ SystemManufacturer { Platform::String ^ get(); };
winrt::hstring SystemManufacturer();
public string SystemManufacturer { get; }
var string = easClientDeviceInformation.systemManufacturer;
Public ReadOnly Property SystemManufacturer As String
Property Value
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.