WorkflowServiceHost.SupportedVersions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.