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

Syntax

C#
public interface ICamlQuery
Visual Basic (Declaration)
Public Interface ICamlQuery
Visual C++
public interface class ICamlQuery

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyListsXml
Gets or sets the CAML Lists specifier.
Public propertyQueryXml
Gets or sets the CAML query string.
Public propertyViewFieldsXml
Gets or sets the CAML ViewFields specifier.

See Also