| UrlVirtualIsMatchingQuery Property  | 
 
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxprotected virtual bool IsMatchingQuery { get; set; }Protected Overridable Property IsMatchingQuery As Boolean
	Get
	Set
protected:
virtual property bool IsMatchingQuery {
	bool get ();
	void set (bool value);
}abstract IsMatchingQuery : bool with get, set
override IsMatchingQuery : bool with get, set
Property Value
Type: 
Boolean
See Also