TaskType.IsAssignmentEditable Property

Definition

The IsAssignmentEditable property gets or sets an integer value that represents the task type.

public:
 property int IsAssignmentEditable { int get(); void set(int value); };
public int IsAssignmentEditable { get; set; }
Public Property IsAssignmentEditable As Integer

Property Value

The IsAssignmentEditable property returns an integer value that represents the task type.

Remarks

The following table lists possible values for the IsAssignmentEditable property.

0The default for all task items.
1A task request.
2A task acceptance from a recipient of a task.
3A task declination from a recipient of a task.
4An update to a previous task request.
5Not used.

Applies to