OfficeTask.AllowReassign property

Indicates whether a user can reassign a workflow task to someone else.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property AllowReassign As Boolean
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As Boolean

value = instance.AllowReassign

instance.AllowReassign = value
[ValidationOptionAttribute(ValidationOption.Required)]
public bool AllowReassign { get; set; }

Property value

Type: System.Boolean
true indicates that a user can reassign a task; otherwise, false.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace