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++ |
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 |