Returns an object using its name

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

Syntax

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

Parameters

name
Type: System..::..String

Remarks

If the object doesn't exist the method returns null

See Also