Class SystemVariable<T>
Defines the Data for displaying meta-data about variables.
public class SystemVariable<T>
Type Parameters
T
- Inheritance
-
SystemVariable<T>
- Inherited Members
- Extension Methods
Properties
VariableDescription
Gets or sets the variable description.
public string? VariableDescription { get; set; }
Property Value
VariableName
Gets or sets the name of the variable.
public string? VariableName { get; set; }
Property Value
VariableValue
Gets or sets the variable value.
public T? VariableValue { get; set; }
Property Value
- T