Returns the index of the item

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

Syntax

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

Parameters

key
Type: System..::..String

See Also