Enum VariableInitialization
Defines a set of constants that can be returned by the InitType property.
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public enum VariableInitialization
Remarks
Defines a set of constants that can be returned by the InitType property.
Fields
| Name | Description |
|---|---|
| AtConnection | Specifies that variables should be initialized at connection. |
| ByDefault | Specifies that variables should be initialized by default. |
| Uninitialized | Specifies that variables should never be automatically initialized. |