Partager via


WorkflowDataSet.WorkflowInstanceRow.WORKFLOW_ENGINE_VERSION - Propriété

Obtient ou définit un entier qui indique la version du moteur de flux de travail héberge une instance donnée.

Espace de noms :  WebSvcWorkflow
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Property WORKFLOW_ENGINE_VERSION As Integer
    Get
    Set
'Utilisation
Dim instance As WorkflowDataSet.WorkflowInstanceRow
Dim value As Integer

value = instance.WORKFLOW_ENGINE_VERSION

instance.WORKFLOW_ENGINE_VERSION = value
public int WORKFLOW_ENGINE_VERSION { get; set; }

Valeur de propriété

Type : System.Int32
Nombre qui représente une version d'un moteur de flux de travail.

Voir aussi

Référence

WorkflowDataSet.WorkflowInstanceRow classe

WorkflowDataSet.WorkflowInstanceRow - Membres

WebSvcWorkflow - Espace de noms