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>

Список версий рабочего процесса, поддерживаемых данным узлом службы рабочих процессов.

Применяется к