PrintServer.MinorVersion Property

Definition

Gets the minor version within the major version of the operating system.

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

Property Value

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

Applies to

See also