Class ListDescription
The description of a Java List test object.
Inherited Members
Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class ListDescription : UiObjectBaseDescription, ICloneable, IDescription
Constructors
ListDescription()
Declaration
public ListDescription()
Properties
ItemsCount
The number of items in the list.
Declaration
public int? ItemsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
SelectedItems
The selected items in the list.
Declaration
public string[] SelectedItems { get; set; }
Property Value
| Type | Description |
|---|---|
| string[] |