ReplResult.DeclaredVars Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates to variables via Set(). key is the name, value is the final value at the end of the expression.
public System.Collections.Generic.IDictionary<string,Microsoft.PowerFx.Types.FormulaValue> DeclaredVars { get; set; }
member this.DeclaredVars : System.Collections.Generic.IDictionary<string, Microsoft.PowerFx.Types.FormulaValue> with get, set
Public Property DeclaredVars As IDictionary(Of String, FormulaValue)