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