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


In This Topic
    ClientVersion Property (Scheduler)
    In This Topic
    Gets the version of adTempus installed on the client.
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public ReadOnly Property ClientVersion As Version
    [NotNull()]
    public Version ClientVersion {get;}
    [NotNull()]
    public:
    property Version^ ClientVersion {
       Version^ get();
    }
    See Also