[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
| Name | Description |
---|
 | ListsXml |
Gets or sets the CAML Lists specifier.
|
 | QueryXml |
Gets or sets the CAML query string.
|
 | ViewFieldsXml |
Gets or sets the CAML ViewFields specifier.
|
See Also
ICamlQuery
JohnHolliday.Caml.Net Namespace