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


In This Topic
    LatestConsoleVersion Property
    In This Topic
    Gets the latest version of the adTempus Console that is compatible with the installed server version.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property LatestConsoleVersion As Version
    [NotNull()]
    public Version LatestConsoleVersion {get;}
    [NotNull()]
    public:
    property Version^ LatestConsoleVersion {
       Version^ get();
    }
    See Also