Freigeben über


ReplResult.DeclaredVars Property

Definition

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)

Property Value

Applies to