Tables Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Tables Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerViewTables
Gets the set of tables that were included in the SQL query for this View.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IList<TableInfo> Tables { get; }
Public ReadOnly Property Tables As IList(Of TableInfo)
	Get
public:
property IList<TableInfo^>^ Tables {
	IList<TableInfo^>^ get ();
}
member Tables : IList<TableInfo> with get
Property Value
IList < (Of < ( <' TableInfo > ) > ) >

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