[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

  NameDescription
Public propertyAudienceName
The name of the audience to match.
Public propertyListsXml
Gets or sets the Lists clause for this instance.
(Inherited from CamlQuery.)
Public propertyQueryXml
Custom override that gets or sets the QueryXml.
(Overrides CamlQuery..::QueryXml.)
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.
(Inherited from CamlQuery.)

See Also