ComputerInfo.OsServicePackMinorVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minor version of the service pack installed on the computer system
public:
property Nullable<System::UInt16> OsServicePackMinorVersion { Nullable<System::UInt16> get(); };
public ushort? OsServicePackMinorVersion { get; }
member this.OsServicePackMinorVersion : Nullable<uint16>
Public ReadOnly Property OsServicePackMinorVersion As Nullable(Of UShort)