InlineScriptContext.Variables 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.
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)