Mini SQL Query Extensibility Documentation
LoadExternalPlugins Property
NamespacesMiniSqlQuery.CoreIApplicationSettingsLoadExternalPlugins
Gets or sets a value indicating whether to load plugins or not.
Declaration Syntax
C#Visual BasicVisual C++
bool LoadExternalPlugins { get; set; }
Property LoadExternalPlugins As Boolean
property bool LoadExternalPlugins {
	bool get ();
	void set (bool value);
}
Value
true if [load plugins]; otherwise, false. The default is true.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)