Class DefaultValue
A class that represents a VHI DefaultValue command.
Inherited Members
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI.Command
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
[Serializable]
public class DefaultValue : Command
Constructors
DefaultValue(string, string, ContextType)
Constructs a new DefaultValue command.
Declaration
public DefaultValue(string attribute, string value, ContextType context)
Parameters
Type | Name | Description |
---|---|---|
string | attribute | name of attribute to be modified |
string | value | the value to be transmitted |
ContextType | context | selects when the command will be executed:
|
See Also
Properties
Attribute
Gets the attribute name.
Declaration
public virtual string Attribute { get; }
Property Value
Type | Description |
---|---|
string | the attribute name |
See Also
Context
Gets the context for the command.
Declaration
public virtual ContextType Context { get; }
Property Value
Type | Description |
---|---|
ContextType | the command context |
Remarks
Gets the context for the command. The context is one of the following values:
- DESIGN_TOOL_ONLY - perform only in the design tool
- DESIGN_TOOL_AND_SERVER - perform in both the design tool and server
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 default value.
Declaration
public virtual string Value { get; }
Property Value
Type | Description |
---|---|
string | the default value |