WorkflowDefinition.DraftVersion property

Gets or sets a value representing the draft version of the workflow definition.

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

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property DraftVersion As String
    Get
    Set
'Usage
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
Returns a string representing the draft version.

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.WorkflowServices namespace