RemoveDuplicates.HadAnyDuplicates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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