WorkflowServiceHost::WorkflowExtensions Property
.NET Framework (current version)
Gets a WorkflowInstanceExtensionManager object to add or remove extensions to the workflow service instance.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
public: property WorkflowInstanceExtensionManager^ WorkflowExtensions { WorkflowInstanceExtensionManager^ get(); }
Property Value
Type: System.Activities.Hosting::WorkflowInstanceExtensionManager^workflow instance extension manager.
The following example shows how to add an extension to the workflow service host.
.NET Framework
Available since 4.0
Available since 4.0
Show: