Mini SQL Query Extensibility Documentation
Services Property
NamespacesMiniSqlQuery.CorePluginLoaderBaseServices
A reference to the applications service manager.
Declaration Syntax
C#Visual BasicVisual C++
public IApplicationServices Services { get; private set; }
Public Property Services As IApplicationServices
public:
property IApplicationServices^ Services {
	IApplicationServices^ get ();
	void set (IApplicationServices^ value);
}

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