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

Syntax

C#
public class CamlQuery
Visual Basic (Declaration)
Public Class CamlQuery
Visual C++
public ref class CamlQuery

The type exposes the following properties.

Public Properties

  NameDescription
Public propertyListsXml
Gets or sets the Lists clause for this instance.
Public propertyQueryXml
Gets or sets the query string for this instance.
Public propertyTypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public propertyViewFieldsXml
Gets or sets the ViewFields clause for this instance.

See Also