Enum VariableKind
Defines a set of constants that can be returned by the Kind property.
Namespace: Attachmate.Verastream.HostIntegrator.ScriptAPI
Assembly: Attachmate.Verastream.HostIntegrator.ScriptAPI.dll
Syntax
public enum VariableKind
Remarks
Defines a set of constants that can be returned by the Kind property.
Fields
| Name | Description |
|---|---|
| SettingVariable | Specifies a variable based on a VHI setting. |
| UserVariable | Specifies a user variable. |