ActivityImplementationContext.WorkflowContext 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.
Any context required by the command.
public:
property System::Object ^ WorkflowContext { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ WorkflowContext { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object WorkflowContext { get; set; }
member this.WorkflowContext : obj with get, set
Public Property WorkflowContext As Object