ServerVersion Property (RemoteAgent)
In This Topic
Gets the version of the adTempus server software running on the Agent.
Syntax
'Declaration
<CanBeNullAttribute()>
Public ReadOnly Property ServerVersion As String
[CanBeNull()]
public string ServerVersion {get;}
[CanBeNull()]
public:
property String^ ServerVersion {
String^ get();
}
See Also