ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / SystemInfo Class / OSVersion Property

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