Mini SQL Query Extensibility Documentation
ReplaceValue Property
NamespacesMiniSqlQuery.CoreFindTextRequestReplaceValue
Gets or sets the text replace value (shared value).
Declaration Syntax
C#Visual BasicVisual C++
public string ReplaceValue { get; set; }
Public Property ReplaceValue As String
public:
property String^ ReplaceValue {
	String^ get ();
	void set (String^ value);
}
Value
The replace value.

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