ExcludeConflicts property

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

Implementation

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

Implementation

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