Table of Contents

Class UiObjectDescription

The description of a Java UiObject test object.

Namespace: HP.LFT.SDK.Java
Assembly: HP.LFT.SDK.dll
Syntax
public class UiObjectDescription : UiObjectBaseDescription, ICloneable, IDescription

Constructors

UiObjectDescription()

Declaration
public UiObjectDescription()

Properties

Text

The text in the object.

Declaration
public StringProperty Text { get; set; }
Property Value
Type Description
StringProperty

Implements

ICloneable
IDescription