SystemInformationEvent.OSRole Property

Gets the operating system product type/role, which is retrieved from GetVersionEx.

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

Syntax

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

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace