PSWorkflowInstance.CreationContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)