Class WaitForCursorAtAttribute
A class that represents a VHI WaitForCursorAtAttribute command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class WaitForCursorAtAttribute : Command
Constructors
WaitForCursorAtAttribute(string, string, int)
Constructs a new WaitForCursorAtAttr command.
Declaration
public WaitForCursorAtAttribute(string entity, string attribute, int timeout)
Parameters
Type | Name | Description |
---|---|---|
string | entity | the name of the entity on which the attribute is defined |
string | attribute | the name of the attribute |
int | timeout | the maximum time to wait in seconds |
See Also
Properties
Attribute
Gets the attribute.
Declaration
public virtual string Attribute { get; }
Property Value
Type | Description |
---|---|
string | the name of the attribute |
See Also
Entity
Gets the entity.
Declaration
public virtual string Entity { get; }
Property Value
Type | Description |
---|---|
string | the name of the entity on which the attribute is defined |
See Also
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |
Overrides
See Also
Timeout
Gets the timeout.
Declaration
public virtual int Timeout { get; }
Property Value
Type | Description |
---|---|
int | the maximum time to wait in seconds |