Compartilhar via


WorkflowDeploymentService.ScopePath property

Retorna o caminho do escopo atual no host de fluxo de trabalho.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaração
Public MustOverride ReadOnly Property ScopePath As String
    Get
'Uso
Dim instance As WorkflowDeploymentService
Dim value As String

value = instance.ScopePath
public abstract string ScopePath { get; }

Property value

Type: System.String
Retorna o caminho para o escopo atual.

Ver também

Referência

WorkflowDeploymentService class

WorkflowDeploymentService members

Microsoft.SharePoint.WorkflowServices namespace