Share via


InlineScriptContext.Variables Property

Definition

Gets the current variables and arguments that are in-scope for the current activity within its context in the workflow.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ Variables { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.Dictionary<string,object> Variables { get; }
member this.Variables : System.Collections.Generic.Dictionary<string, obj>
Public ReadOnly Property Variables As Dictionary(Of String, Object)

Property Value

Applies to