

Deployment Tools Foundation
Contains Method (columnName)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ColumnCollection ► Contains(String)
Checks if a column with a given name exists in the collection.

C# | Visual Basic | Visual C++ |
public bool Contains( string columnName )
Public Function Contains ( columnName As String ) As Boolean
public: bool Contains( String^ columnName )

- columnName (String)
- case-sensitive name of the column to look for

Boolean
true if the column exists in the collection, false otherwise
true if the column exists in the collection, false otherwise
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)