Sdílet prostřednictvím


WorkflowServiceHost.SupportedVersions Vlastnost

Definice

Získá seznam verzí pracovního postupu, které jsou podporovány tímto hostitelem služby pracovního postupu.

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)

Hodnota vlastnosti

ICollection<WorkflowService>

Seznam verzí pracovního postupu podporovaných tímto hostitelem služby pracovního postupu

Platí pro