PrintServer.MajorVersion Property

Definition

Gets the major version of the operating system.

public:
 property int MajorVersion { int get(); };
public int MajorVersion { get; }
member this.MajorVersion : int
Public ReadOnly Property MajorVersion As Integer

Property Value

An Int32 that identifies the major version of the operating system.

Applies to

See also