Contains Method (columnName)

Microsoft Deployment Tools

Deployment Tools Foundation Contains Method (columnName)
Checks if a column with a given name exists in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public bool Contains(
	string columnName
)
Public Function Contains ( _
	columnName As String _
) As Boolean
public:
bool Contains(
	String^ columnName
)
Parameters
columnName (String)
case-sensitive name of the column to look for
Return Value
true if the column exists in the collection, false otherwise

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