LatestServerVersion Property
In This Topic
Gets the latest version of adTempus that the server can be updated to.
Syntax
'Declaration
<NotNullAttribute()>
Public ReadOnly Property LatestServerVersion As Version
[NotNull()]
public Version LatestServerVersion {get;}
[NotNull()]
public:
property Version^ LatestServerVersion {
Version^ get();
}
See Also