Enum VariableInitialization
Defines a set of constants that can be returned by the Initialization property.
Namespace: WRQ.Verastream.HostIntegrator
Assembly: WRQ.Verastream.HostIntegrator.dll
Syntax
public enum VariableInitialization
Remarks
Defines a set of constants that can be returned by the Initialization 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. |