ConflictCounts Property

Microsoft Deployment Tools

Deployment Tools Foundation ConflictCounts Property
Gets the number of merge conflicts in each table, corresponding to the tables returned by ConflictTables.
Declaration Syntax
C# Visual Basic Visual C++
public IList<int> ConflictCounts { get; }
Public ReadOnly Property ConflictCounts As IList(Of Integer)
public:
property IList<int>^ ConflictCounts {
	IList<int>^ get ();
}

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)