[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Syntax
C# |
---|
public class FindEventsByAudience |
Visual Basic (Declaration) |
---|
Public Class FindEventsByAudience |
Visual C++ |
---|
public ref class FindEventsByAudience |
The type exposes the following properties.
Public Properties
| Name | Description |
---|
 | AudienceName |
The name of the audience to match.
|
 | ListsXml |
Gets or sets the Lists clause for this instance.
(Inherited from CamlQuery.) |
 | QueryXml |
Custom override that gets or sets the QueryXml.
(Overrides CamlQuery..::QueryXml.) |
 | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
 | ViewFieldsXml |
Gets or sets the ViewFields clause for this instance.
(Inherited from CamlQuery.) |
See Also
FindEventsByAudience
JohnHolliday.Caml.Net.Samples Namespace