SPWorkflowTemplate.ModificationUrl - Propriété

Obtient l'URL du formulaire de modification de flux de travail.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ModificationUrl As String
    Get
'Utilisation
Dim instance As SPWorkflowTemplate
Dim value As String

value = instance.ModificationUrl
public string ModificationUrl { get; }

Valeur de propriété

Type : System.String
String qui représente l'URL de formulaire de modification.

Remarques

For more information about workflow modification forms, see Workflow Modification Forms (Windows SharePoint Services).

Voir aussi

Référence

SPWorkflowTemplate classe

SPWorkflowTemplate - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview