SystemInformationEvent.SystemManufacturer Property

Gets the name of the BIOS manufacturer.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property SystemManufacturer As String
public string SystemManufacturer { get; }
public:
property String^ SystemManufacturer {
    String^ get ();
}
member SystemManufacturer : string with get
function get SystemManufacturer () : String

Property Value

Type: String

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace