Item Property (columnName)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
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
	Get
public:
property ColumnInfo^ default[String^ columnName] {
	ColumnInfo^ get (String^ columnName);
}
Parameters
columnName (String)
case-sensitive name of a column collection
Property Value
Exceptions
Exception Condition
ArgumentOutOfRangeException columnName does not exist in the collection

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