Table of Contents

Interface IListItem

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

A single list item in a Java list.

public interface IListItem

Properties

Index

The 0-based index of the list item.

int Index { get; }

Property Value

int

Text

The text value of the list item.

string Text { get; }

Property Value

string