PSActivity.ParameterDefaults Property

Definition

Provides access to the parameter defaults dictionary

protected:
 property System::Activities::Variable<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ ParameterDefaults { System::Activities::Variable<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ get(); void set(System::Activities::Variable<System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^> ^ value); };
protected System.Activities.Variable<System.Collections.Generic.Dictionary<string,object>> ParameterDefaults { get; set; }
member this.ParameterDefaults : System.Activities.Variable<System.Collections.Generic.Dictionary<string, obj>> with get, set
Protected Property ParameterDefaults As Variable(Of Dictionary(Of String, Object))

Property Value

Applies to