SPWorkflowTemplate.InstantiationUrl - Propriété

Renvoie l'URL du formulaire d'initiation du flux de travail pour le modèle de flux de travail.

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

Syntaxe

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

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

Valeur de propriété

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

Remarques

Pour plus d'informations, voir Workflow Association and Initiation 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