PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / SystemInfo Class / OSVersion Property

In This Topic
    OSVersion Property (SystemInfo)
    In This Topic
    Gets the OS version as returned by System.OperatingSystem.VersionString.
    Syntax
    'Declaration
     
    Public ReadOnly Property OSVersion As String
    public string OSVersion {get;}
    See Also