TaskType.IsAssignmentEditable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
0 | The default for all task items. |
1 | A task request. |
2 | A task acceptance from a recipient of a task. |
3 | A task declination from a recipient of a task. |
4 | An update to a previous task request. |
5 | Not used. |