Share via


SetState.WorkflowId property

Gets or sets the workflow ID assigned to the workflow instance by the workflow engine when it initiated the workflow instance.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property WorkflowId As Guid
    Get
    Set
'Usage
Dim instance As SetState
Dim value As Guid

value = instance.WorkflowId

instance.WorkflowId = value
[BrowsableAttribute(false)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public Guid WorkflowId { get; set; }

Property value

Type: System.Guid

See also

Reference

SetState class

SetState members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Stages

ExtendedStatusColumnValues Element (Workflow)

StatusColumnValue Element (Workflow)