SystemInformationEvent.SystemProductName Property

Gets the BIOS product name.

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

Syntax

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace