The EnableReverseDns property enables or disables reverse Domain Name Server (DNS) lookups for the World Wide Web Publishing Service (WWW service). Reverse lookups involve looking up the domain name when the IP address is known. Reverse DNS lookups can use significant resources and time.
Namespace: MSBuild.Community.Tasks.IIS
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property EnableReverseDns As Boolean |
C# |
---|
public bool EnableReverseDns { get; set; } |
C++ |
---|
public property bool EnableReverseDns sealed { bool get(); void set(bool value); } |
J# |
---|
/** property */ public bool get_EnableReverseDns(); /** property */ public void set_EnableReverseDns(bool value); |
JScript |
---|
public function get EnableReverseDns() : bool public function set EnableReverseDns(value : bool); |
Property Value
Value indicating if EnableReverseDns is enabled or disabled.
See Also
Documentation version 1.0.0.0.