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