[]
Gets or sets a value of the variable.
public ExpressionInfo Value { get; set; }
Type | Description |
---|---|
ExpressionInfo | An ExpressionInfo object representing the value of the variable. |
Variable myVariable = new Variable();
myVariable.Value = "=Sum(Sales)";