SystemSupportInfo.OemSupportInfo Property

Definition

Gets the OEM support information for the system.

public:
 static property OemSupportInfo ^ OemSupportInfo { OemSupportInfo ^ get(); };
static OemSupportInfo OemSupportInfo();
public static OemSupportInfo OemSupportInfo { get; }
var oemSupportInfo = SystemSupportInfo.oemSupportInfo;
Public Shared ReadOnly Property OemSupportInfo As OemSupportInfo

Property Value

The OEM support info for the system.

Remarks

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

Applies to

See also