Compartilhar via


WorkflowDefinition.DraftVersion property

Obtém ou define um valor que representa a versão de rascunho da 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 DraftVersion As String
    Get
    Set
'Uso
Dim instance As WorkflowDefinition
Dim value As String

value = instance.DraftVersion

instance.DraftVersion = value
[ClientCallablePropertyAttribute]
public string DraftVersion { get; set; }

Property value

Type: System.String
Retorna um string que representa a versão de rascunho.

Ver também

Referência

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace