ConflictCounts Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation ConflictCounts Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerMergeExceptionConflictCounts
Gets the number of merge conflicts in each table, corresponding to the tables returned by ConflictTables.
Declaration Syntax
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
Property Value
IList < (Of < ( <' Int32 > ) > ) >

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