SystemSupportInfo.LocalDeviceInfo 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 the local device.
public:
static property SystemSupportDeviceInfo ^ LocalDeviceInfo { SystemSupportDeviceInfo ^ get(); };
static SystemSupportDeviceInfo LocalDeviceInfo();
public static SystemSupportDeviceInfo LocalDeviceInfo { get; }
var systemSupportDeviceInfo = SystemSupportInfo.localDeviceInfo;
Public Shared ReadOnly Property LocalDeviceInfo As SystemSupportDeviceInfo
Property Value
A SystemSupportDeviceInfo value representing the local device.
Windows requirements
Device family |
Windows 10, version 1809 (introduced in 10.0.17763.0)
|
API contract |
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (introduced in v3.0)
|