VariableKind
Last updated
Was this helpful?
Last updated
Was this helpful?
Enum in
Inherits from System.Enum
Represents different kinds of variables that can be fetched from a using .
The variable's value is computed at run-time, and is not persisted to disk.
The variable's value is stored in memory, and may be persisted to disk.
The kind of the variable cannot be determined. It may not be known to the system.