Table of Contents

Class LabelDescription

The description of a Java Label test object.

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

Constructors

LabelDescription()

Declaration
public LabelDescription()

Properties

Text

The object's text.

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

Implements

ICloneable
IDescription