次の方法で共有


PSWorkflowContext.PSWorkflowCommonParameters Property

Definition

Gets the input to workflow.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ PSWorkflowCommonParameters { 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> PSWorkflowCommonParameters { get; set; }
member this.PSWorkflowCommonParameters : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property PSWorkflowCommonParameters As Dictionary(Of String, Object)

Property Value

Applies to