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