ExcludeConflicts property

bool? get ExcludeConflicts
Gets or sets a value indicating whether times when this attendee is not available should be returned.

Implementation

bool? get ExcludeConflicts => this._excludeConflicts;
set ExcludeConflicts (bool? value)

Implementation

set ExcludeConflicts(bool? value) => this._excludeConflicts = value;