Class TransmitToField
A class that represents a VHI TransmitToField command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class TransmitToField : Command
Constructors
TransmitToField(string, string, string)
Constructs a new TransmitToField command.
Declaration
public TransmitToField(string recordSet, string field, string value_Renamed)
Parameters
Type | Name | Description |
---|---|---|
string | recordSet | the recordset name |
string | field | the field name |
string | value_Renamed | the value |
See Also
Properties
Field
Gets the field name.
Declaration
public virtual string Field { get; }
Property Value
Type | Description |
---|---|
string | the field 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
RecordSet
Gets the record set name.
Declaration
public virtual string RecordSet { get; }
Property Value
Type | Description |
---|---|
string | the record set name |
See Also
Value
Gets the value.
Declaration
public virtual string Value { get; }
Property Value
Type | Description |
---|---|
string | the value |