Discuss this help topic in SecureBlackbox Forum
Specifies server's software version.
Declaration
[C#]
string ServerSoftwareVersion;
[VB.NET]
Property ServerSoftwareVersion As String
[Pascal]
property ServerSoftwareVersion : string;
[C++]
void get_ServerSoftwareVersion(std::string &OutResult);
[PHP]
string get_ServerSoftwareVersion()
[Java]
String getServerSoftwareVersion();
Description
Use this read-only property to get the version of the software installed on the server.
Use
ServerSoftwareName to get the software name.
Discuss this help topic in SecureBlackbox Forum