Class WriteVariableToAttribute
A class that represents a VHI WriteVariableToAttribute command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class WriteVariableToAttribute : Command
Constructors
WriteVariableToAttribute(string, string)
Constructs a new WriteVariableToAttribute command.
Declaration
public WriteVariableToAttribute(string attribute, string variable)
Parameters
Type | Name | Description |
---|---|---|
string | attribute | name of attribute to be written to |
string | variable | name of variable containing value to be written |
See Also
Properties
Attribute
Gets the attribute name.
Declaration
public virtual string Attribute { get; }
Property Value
Type | Description |
---|---|
string | name of attribute to be written to |
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 | name of variable containing value to be written |