Class StatusBarDescription
The description of an Oracle status bar test object.
public class StatusBarDescription : UiObjectBaseDescription, ICloneable, IDescription
- Inheritance
-
StatusBarDescription
- Implements
- Inherited Members
Constructors
StatusBarDescription()
public StatusBarDescription()
Properties
ClassPath
The Oracle class hierarchy of the object's Oracle class.
public StringProperty ClassPath { get; set; }
Property Value
ErrorCode
The error code of the displayed message.
public StringProperty ErrorCode { get; set; }
Property Value
IsEnabled
Indicates whether the object is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Message
The text of the displayed message.
public StringProperty Message { get; set; }