PSWorkflowContext.JobMetadata Property

Definition

Gets the input to workflow.

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

Property Value

Applies to