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