Table of Contents

Class SystemVariable

Namespace
Songhay.Models
Assembly
SonghayCore.dll

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

string

VariableName

Gets or sets the name of the variable.

public string? VariableName { get; set; }

Property Value

string

VariableValue

Gets or sets the variable value.

public string? VariableValue { get; set; }

Property Value

string