PSWorkflowInstance.CreationContext Property

Definition

Gets the workflow job creation context.

public:
 virtual property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ CreationContext { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); };
public virtual System.Collections.Generic.Dictionary<string,object> CreationContext { get; }
member this.CreationContext : System.Collections.Generic.Dictionary<string, obj>
Public Overridable ReadOnly Property CreationContext As Dictionary(Of String, Object)

Property Value

Applies to