Discuss this help topic in SecureBlackbox Forum

TElLDAPSKeyserverClient.ServerSoftwareVersion

TElLDAPSKeyserverClient     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     ServerSoftwareName    

Discuss this help topic in SecureBlackbox Forum