Partilhar via


OnWorkflowItemChanged.WorkflowId Property

Gets or sets the workflow identifier (ID) that is assigned to the workflow instance by the workflow engine when the workflow is initiated.

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

Syntax

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

value = instance.WorkflowId

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

Property Value

Type: System.Guid
The WorkflowId ID.

See Also

Reference

OnWorkflowItemChanged Class

OnWorkflowItemChanged Members

Microsoft.SharePoint.WorkflowActions Namespace