UpdateAllTasks.WorkflowId Property
Gets or sets the WorkflowId that has related tasks that must be updated.
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 UpdateAllTasks
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
The identifier (ID) of the workflow, expressed as a GUID.
Remarks
This property is promoted through the WorkflowIdProperty.