Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.