adTempus API
ArcanaDevelopment.adTempus.Client Namespace / Scheduler Class / ServerOperatingSystemVersion Property


In This Topic
    ServerOperatingSystemVersion Property
    In This Topic
    Gets the Windows operating system version for the server.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ServerOperatingSystemVersion As Integer
    public int ServerOperatingSystemVersion {get;}
    public:
    property int ServerOperatingSystemVersion {
       int get();
    }
    Remarks
    The version number is: System.Environment.OSVersion.Version.Major << 8 + System.Environment.OSVersion.Version.Minor
    See Also