Discuss this help topic in SecureBlackbox Forum
Contains addresses of name servers to query.
Declaration
[C#/Java]
TElStringList Servers;
[VB.NET]
Property Servers As TElStringList
[Pascal]
property Servers : TStringList;
[C++]
TStringList* get_Servers();
void set_Servers(TStringList &Value);
void set_Servers(TStringList *Value);
[PHP]
TStringList get_Servers()
void set_Servers(TStringList $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