Table of Contents

Class ListDescription

Namespace
HP.LFT.SDK.Java
Assembly
HP.LFT.SDK.dll

The description of a Java List test object.

public class ListDescription : UiObjectBaseDescription, ICloneable, IDescription
Inheritance
ListDescription
Implements
Inherited Members

Constructors

ListDescription()

public ListDescription()

Properties

ItemsCount

The number of items in the list.

public int? ItemsCount { get; set; }

Property Value

int?

SelectedItems

The selected items in the list.

public string[] SelectedItems { get; set; }

Property Value

string[]