SystemInformationEvent.OSBuildNumber Property

Gets the operating system build number, 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 OSBuildNumber As Integer
public int OSBuildNumber { get; }
public:
property int OSBuildNumber {
    int get ();
}
member OSBuildNumber : int with get
function get OSBuildNumber () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace