![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
ConflictCounts Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► MergeException ► ConflictCounts
Gets the number of merge conflicts in each table, corresponding to the tables returned by
ConflictTables.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ | F# |
public IList<int> ConflictCounts { get; }
Public ReadOnly Property ConflictCounts As IList(Of Integer) Get
public: property IList<int>^ ConflictCounts { IList<int>^ get (); }
member ConflictCounts : IList<int> with get
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)