Deployment Tools Foundation
Item Property (columnName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnCollection ► Item[([( String])])
Gets information about a specific column in the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
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); }
member Item : ColumnInfo with get
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.11.1.2318)