共用方式為


WorkflowServiceHost.SupportedVersions 屬性

定義

取得這個工作流程服務主機所支援的工作流程版本清單。

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)

屬性值

ICollection<WorkflowService>

這個工作流程服務主機所支援之工作流程版本的清單。

適用於