Click or drag to resize

IListViewCollectionTItem Property (String)

Gets an item value by the item's name.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
T this[
	string itemName
] { get; }

Parameters

itemName
Type: SystemString
Name of the item.

Return Value

Type: T
The item value.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also