WorkflowDataSet.WorkflowAssociationRow.WORKFLOW_ASSOCIATION_NAME - Propriété
Obtient ou définit le nom d'association de flux de travail.
Espace de noms : WebSvcWorkflow
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WORKFLOW_ASSOCIATION_NAME As String
Get
Set
'Utilisation
Dim instance As WorkflowDataSet.WorkflowAssociationRow
Dim value As String
value = instance.WORKFLOW_ASSOCIATION_NAME
instance.WORKFLOW_ASSOCIATION_NAME = value
public string WORKFLOW_ASSOCIATION_NAME { get; set; }
Valeur de propriété
Type : System.String
Voir aussi
Référence
WorkflowDataSet.WorkflowAssociationRow classe