RemoveDuplicates.HadAnyDuplicates Property

Definition

True if any duplicate items were found. False otherwise.

public:
 property bool HadAnyDuplicates { bool get(); void set(bool value); };
[Microsoft.Build.Framework.Output]
public bool HadAnyDuplicates { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.HadAnyDuplicates : bool with get, set
Public Property HadAnyDuplicates As Boolean

Property Value

Attributes

Applies to