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 identifier (ID) of the task to roll back.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property TaskId As Guid
Get
Set
'Usage
Dim instance As RollbackTask
Dim value As Guid
value = instance.TaskId
instance.TaskId = value
[ValidationOptionAttribute(ValidationOption.Required)]
public Guid TaskId { get; set; }
Property Value
Type: System.Guid
The internal ID of the Windows SharePoint Services 3.0 task list item. This ID is expressed as a GUID.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace