Mini SQL Query Extensibility Documentation
Position Property
NamespacesMiniSqlQuery.CoreFindTextRequestPosition
The position of the currently "found" text (or the starting position of the search).
Declaration Syntax
C#Visual BasicVisual C++
public int Position { get; set; }
Public Property Position As Integer
public:
property int Position {
	int get ();
	void set (int value);
}

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