Class SystemVariable
Defines the Data for displaying meta-data about variables.
public class SystemVariable
- Inheritance
-
SystemVariable
- 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 string? VariableValue { get; set; }