Share via


WSSTask.IsChangeAllowed Property

Gets or sets a value that indicates whether the workflow task can be modified.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property IsChangeAllowed As ChangeAllowedCheck
    Get
    Set
'Usage
Dim instance As WSSTask
Dim value As ChangeAllowedCheck

value = instance.IsChangeAllowed

instance.IsChangeAllowed = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public ChangeAllowedCheck IsChangeAllowed { get; set; }

Property Value

Type: Microsoft.Office.Workflow.ChangeAllowedCheck
If the task can be modified, true; otherwise, false.

See Also

Reference

WSSTask Class

WSSTask Members

Microsoft.Office.Workflow Namespace