Returns an object using its name

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

Syntax

C#
public TList GetItemByName(
	string name
)
Visual Basic
Public Function GetItemByName ( _
	name As String _
) As TList
JScript
public function GetItemByName(
	name : String
) : TList

Parameters

name
Type: System..::..String

Remarks

If the object doesn't exist the method returns null

See Also