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