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.
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 (); }
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)