Indicates if plug-in provides "Ask About" options.

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

Syntax

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

Remarks

If True, the Plug-In Instance dialog "Ask About" tab will be hidden. If True, you must implement the GetAskAbout method.

See Also