Returns the index of the object using its key

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int IndexOf(
	string key
)
Visual Basic
Public Function IndexOf ( _
	key As String _
) As Integer
JScript
public function IndexOf(
	key : String
) : int

Parameters

key
Type: System..::..String

See Also