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

Gets or sets the CAML Lists specifier.

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

Syntax

C#
string ListsXml{ get; set;}
Visual Basic (Declaration)
Property ListsXml As String
Visual C++
property String^ ListsXml {
	String^ get ();
	void set (String^ value);
}

See Also

ICamlQuery Interface
JohnHolliday.Caml.Net Namespace