ConflictCounts Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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)
	Get
public:
property IList<int>^ ConflictCounts {
	IList<int>^ get ();
}
Property Value
IList < (Of < ( <' Int32 > ) > ) >

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)