OfficeTask.AllowChangeRequest property

Indicates whether a user can request a change to a workflow task.

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

Syntax

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

value = instance.AllowChangeRequest

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

Property value

Type: System.Boolean
true indicates that a user can request a change; otherwise, false.

Remarks

Change requests go back to the person who initiated the task.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace