[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets or sets the query string for this instance.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public virtual string QueryXml{ get; set;}
Visual Basic (Declaration)
Public Overridable Property QueryXml As String
Visual C++
public:
virtual property String^ QueryXml {
	String^ get ();
	void set (String^ value);
}

Remarks

The QueryXml string includes the Where clause and any OrderBy or GroupBy qualifiers. When deriving a class from CamlQuery, you can override this property to supply a custom query string.

See Also

CamlQuery Class
JohnHolliday.Caml.Net Namespace