FindAppointmentsOptions.IncludeHidden Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|