Class UpdateRecordSetField
A class that represents a VHI UpdateRecordSetField command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class UpdateRecordSetField : Command
Constructors
UpdateRecordSetField(string, string)
Constructs a new UpdateRSField command.
Declaration
public UpdateRecordSetField(string recordSet, string field)
Parameters
Type | Name | Description |
---|---|---|
string | recordSet | the record set name |
string | field | the field name |
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 |