NET Email Validation
DnsServer Property






KellermanSoftware.NetEmailValidation Namespace > EmailValidation Class : DnsServer Property
Override the default DNS Server to use when retrieving MX Records
Syntax
'Declaration
 
Public Property DnsServer As System.String
'Usage
 
Dim instance As EmailValidation
Dim value As System.String
 
instance.DnsServer = value
 
value = instance.DnsServer
public System.string DnsServer {get; set;}
public read-write property DnsServer: System.String; 
public function get,set DnsServer : System.String
public: __property System.string* get_DnsServer();
public: __property void set_DnsServer( 
   System.string* value
);
public:
property System.String^ DnsServer {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EmailValidation Class
EmailValidation Members