PSActivityEnvironment.Variables Property

Definition

Collection of variables that an activity is dependent upon

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