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