WorkflowServiceHost::SupportedVersions Property
.NET Framework (current version)
Gets a list of workflow versions that are supported by this workflow service host.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
public: property ICollection<WorkflowService^>^ SupportedVersions { ICollection<WorkflowService^>^ get(); }
Property Value
Type: System.Collections.Generic::ICollection<WorkflowService^>^A list of workflow versions that are supported by this workflow service host.
.NET Framework
Available since 4.5
Available since 4.5
Show: