WorkflowDefinition.DraftVersion property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public Property DraftVersion As String
Get
Set
'Usage
Dim instance As WorkflowDefinition
Dim value As String
value = instance.DraftVersion
instance.DraftVersion = value
public string DraftVersion { get; set; }
Property value
Type: System.String