Discuss this help topic in SecureBlackbox Forum
Contains the addresses of name servers to query.
Declaration
[C#]
TElStringList Servers;
[VB.NET]
Property Servers As TElStringList
[Pascal]
property Servers : TStringList;
[C++]
TElStringList* get_Servers();
void set_Servers(TElStringList &Value);
void set_Servers(TElStringList *Value);
[PHP]
TElStringList get_Servers()
void set_Servers(TElStringList $Value)
[Java]
TElStringList getServers();
void setServers(TElStringList Value);
Description
Use this property to specify the addresses of the name servers. If the list is empty, system default name servers are used.
Discuss this help topic in SecureBlackbox Forum