ConflictTables Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation ConflictTables Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerMergeExceptionConflictTables
Gets the list of tables containing merge conflicts.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IList<string> ConflictTables { get; }
Public ReadOnly Property ConflictTables As IList(Of String)
	Get
public:
property IList<String^>^ ConflictTables {
	IList<String^>^ get ();
}
member ConflictTables : IList<string> with get
Property Value
IList < (Of < ( <' String > ) > ) >

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