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