Class Navigate
A class that represents a VHI Navigate command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class Navigate : Command
Constructors
Navigate(string)
Constructs a new Navigate command.
Declaration
public Navigate(string entity)
Parameters
Type | Name | Description |
---|---|---|
string | entity | the entity name |
See Also
Properties
Entity
Gets the name of the destination entity.
Declaration
public virtual string Entity { get; }
Property Value
Type | Description |
---|---|
string | the entity name |
See Also
Name
Gets the command name.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
string | the command name |