Compartilhar via


SPWorkflowTemplate.InstantiationUrl property

Retorna a URL do formulário de inicialização do fluxo de trabalho para o modelo de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Property InstantiationUrl As String
    Get
'Uso
Dim instance As SPWorkflowTemplate
Dim value As String

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

Property value

Type: System.String
Um String que representa a URL do formulário de inicialização.

Comentários

For more information, see Workflow Association and Initiation Forms (Windows SharePoint Services).

Ver também

Referência

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace

Outros recursos

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview