This topic has not yet been rated - Rate this topic

OSVersion.Major Property

Gets or sets the major version number of the operating system.


Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
'Usage
Dim instance As OSVersion
Dim value As Integer

value = instance.Major

instance.Major = value
public int Major { get; set; }
/** @property */
public int get_Major ()

/** @property */
public void set_Major (int value)

public function get Major () : int

public function set Major (value : int)

Property Value

The major version number of the operating system.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Target Platforms

Windows Server 2008, Windows Server 2003, Windows Server 2008 R2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.