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>

このワークフロー サーバー ホストでサポートされているワークフロー バージョンのリスト。

適用対象