SystemInformationEvent.OSProductType Property

Gets the operating system product type, which is retrieved from GetProductInfo.

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

Syntax

'Declaration
Public ReadOnly Property OSProductType As Integer
public int OSProductType { get; }
public:
property int OSProductType {
    int get ();
}
member OSProductType : int with get
function get OSProductType () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace