DnsResolveEndArgs.Error Property

AdiIRC API v2

DnsResolveEndArgsError Property

Returns true if there was an error during the lookup

Namespace:  AdiIRCAPIv2.Arguments.Dns
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public bool Error { get; }
Public ReadOnly Property Error As Boolean
	Get
public:
property bool Error {
	bool get ();
}
member Error : bool with get

Property Value

Type: Boolean
See Also