HostParameterDefaults.Parameters Property

Definition

All the activity level default parameter values are passed here.

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

Property Value

Applies to