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


In This Topic
    AvailableConsoleVersion Property
    In This Topic
    Gets the version of the Console that is available on the server.
    Syntax
    'Declaration
     
    
    <CanBeNullAttribute()>
    Public ReadOnly Property AvailableConsoleVersion As Version
    [CanBeNull()]
    public Version AvailableConsoleVersion {get;}
    [CanBeNull()]
    public:
    property Version^ AvailableConsoleVersion {
       Version^ get();
    }
    Remarks
    May be null if the Console is not installed on the server or could not be found.
    See Also