Compartilhar via


WorkflowDefinition.Id property

Obtém ou define o identificador de Guid para a definição de fluxo de trabalho.

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

Syntax

'Declaração
<ClientCallablePropertyAttribute> _
Public Property Id As Guid
    Get
    Set
'Uso
Dim instance As WorkflowDefinition
Dim value As Guid

value = instance.Id

instance.Id = value
[ClientCallablePropertyAttribute]
public Guid Id { get; set; }

Property value

Type: System.Guid
A id de Guid .

Ver também

Referência

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace