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