Indicate if plug-in supports reverse DNS lookups through the "LookupReverse" method.

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
bool SupportsReverse { get; }
Visual Basic (Declaration)
ReadOnly Property SupportsReverse As Boolean
Visual C++
property bool SupportsReverse {
	bool get ();
}

See Also