WorkflowServiceHost.SupportedVersions Property

Definition

Gets a list of workflow versions that are supported by this workflow service host.

public:
 property System::Collections::Generic::ICollection<System::ServiceModel::Activities::WorkflowService ^> ^ SupportedVersions { System::Collections::Generic::ICollection<System::ServiceModel::Activities::WorkflowService ^> ^ get(); };
public System.Collections.Generic.ICollection<System.ServiceModel.Activities.WorkflowService> SupportedVersions { get; }
member this.SupportedVersions : System.Collections.Generic.ICollection<System.ServiceModel.Activities.WorkflowService>
Public ReadOnly Property SupportedVersions As ICollection(Of WorkflowService)

Property Value

A list of workflow versions that are supported by this workflow service host.

Applies to