Class DriverOptionsMergeResult
Represents the result of merging multiple DriverOptions.
public class DriverOptionsMergeResult
- Inheritance
-
DriverOptionsMergeResult
- Inherited Members
Properties
IsMergeConflict
Gets or sets a value indicating whether the DriverOptions would conflict when merged with another option
public bool IsMergeConflict { get; set; }
Property Value
MergeConflictOptionName
Gets or sets the name of the name of the option that is in conflict.
public string MergeConflictOptionName { get; set; }