UFT Pro (LeanFT) .NET SDK Reference, Version 14.03
Items Property (ListBoxDescription)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
HP.LFT.SDK.Web Namespace
>
ListBoxDescription Class
: Items Property
A read-only collection of all
IListItem
objects in the list.
Remarks
When weblist items are loaded dynamically, it is possible that only a partial list of the items will be returned.
Syntax
C#
public
string[]
Items {
get
;
set
;}