FindAppointmentsOptions.IncludeHidden Property

Definition

Gets or sets a value indicating whether appointments belonging to hidden calendars will be included in the find appointments query result.

public:
 property bool IncludeHidden { bool get(); void set(bool value); };
bool IncludeHidden();

void IncludeHidden(bool value);
public bool IncludeHidden { get; set; }
var boolean = findAppointmentsOptions.includeHidden;
findAppointmentsOptions.includeHidden = boolean;
Public Property IncludeHidden As Boolean

Property Value

Boolean

bool

A value indicating whether appointments belonging to hidden calendars will be included in the find appointments query result.

Windows requirements

App capabilities
appointmentsSystem

Applies to