Item Property (columnName)

Microsoft Deployment Tools

Deployment Tools Foundation Item Property (columnName)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnCollectionItem[([(String])])
Gets information about a specific column in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public ColumnInfo this[
	string columnName
] { get; }
Public ReadOnly Default Property Item ( _
	columnName As String _
) As ColumnInfo
public:
property ColumnInfo^ default[String^ columnName] {
	ColumnInfo^ get (String^ columnName);
}
Parameters
columnName (String)
case-sensitive name of a column collection
Exceptions
Exception Condition
ArgumentOutOfRangeException columnName does not exist in the collection

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)