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

This is a simple query that retrieves all events where the "Audience" field contains a given audience name and the event date is greater or equal to the current date.

Namespace: JohnHolliday.Caml.Net.Samples
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public class FindEventsByAudience : CamlQuery
Visual Basic (Declaration)
Public Class FindEventsByAudience _
	Inherits CamlQuery
Visual C++
public ref class FindEventsByAudience : public CamlQuery

Inheritance Hierarchy

System..::Object
  System..::Attribute
    JohnHolliday.Caml.Net..::CamlQuery
      JohnHolliday.Caml.Net.Samples..::FindEventsByAudience

See Also