IndexOf Method (columnName)

Microsoft Deployment Tools

Deployment Tools Foundation IndexOf Method (columnName)
Gets the index of a column within the collection.
Declaration Syntax
C# Visual Basic Visual C++
public int IndexOf(
	string columnName
)
Public Function IndexOf ( _
	columnName As String _
) As Integer
public:
int IndexOf(
	String^ columnName
)
Parameters
columnName (String)
case-sensitive name of the column to look for
Return Value
0-based index of the column, or -1 if not found

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