SystemSupportInfo SystemSupportInfo SystemSupportInfo SystemSupportInfo Class

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Provides support information about the device. This includes the local system edition, and OEM support information.

public : static class SystemSupportInfopublic static class SystemSupportInfoPublic Static Class SystemSupportInfo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows Desktop Extension SDK (introduced v10.0.16257.0)
API contract
Windows.System.Profile.SystemManufacturers.SystemManufacturersContract (introduced v2)

Properties

LocalSystemEdition LocalSystemEdition LocalSystemEdition LocalSystemEdition

Prerelease. Gets a string containing the local system edition of the device.

public : static PlatForm::String LocalSystemEdition { get; }public static string LocalSystemEdition { get; }Public Static ReadOnly Property LocalSystemEdition As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

A string containing the local system edition of the device.

OemSupportInfo OemSupportInfo OemSupportInfo OemSupportInfo

Prerelease. Gets the OEM support information for the system.

public : static OemSupportInfo OemSupportInfo { get; }public static OemSupportInfo OemSupportInfo { get; }Public Static ReadOnly Property OemSupportInfo As OemSupportInfo// You can use this property in JavaScript.
Value
OemSupportInfo OemSupportInfo OemSupportInfo OemSupportInfo

The OEM support info for the system.

Remarks

OEM support info includes the OEM’s name, web site address, and other support details.

See Also