Click or drag to resize

IComboBox.wItem Property

Returns a collection of item names. An item name can be retrieved by the item's index.

Namespace:  SmartBear.TestLeft.TestObjects
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax
IReadOnlyEnumCollection<string> wItem { get; }

Property Value

Type: IReadOnlyEnumCollection<String>
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also