OnWorkflowItemDeleted.WorkflowId property
Gets or sets the workflow ID assigned to the workflow instance by the workflow engine upon workflow initiation.
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 OnWorkflowItemDeleted
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