Discuss this help topic in SecureBlackbox Forum
Specifies operating system installed on the server.
Declaration
[C#]
string GetServerSystem();
[VB.NET]
Function GetServerSystem() As String
[Pascal]
function GetServerSystem: string;
[C++]
void GetServerSystem(std::string &OutResult);
[PHP]
string GetServerSystem()
[Java]
String getServerSystem();
Return value
Name of the server operating system.
Description
Use this method to obtain server operating system name.
Discuss this help topic in SecureBlackbox Forum