Click or drag to resize

IExplorerBarItemsCollectionTItem Property (String, String)

Gets an item value by the item name and group 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 groupName,
	string itemName
] { get; }

Parameters

groupName
Type: SystemString
Name of the group.
itemName
Type: SystemString
Name of the item.

Return Value

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