WritableTaskField enumeration

Represents task fields that can be updated.

Namespace:  Microsoft.SharePoint.WorkManagement.Client
Assembly:  Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)

Syntax

'Declaration
Public Enumeration WritableTaskField
'Usage
Dim instance As WritableTaskField
public enum WritableTaskField

Members

Member name Description
NoValue No value. Value = 0.
EditUrl The EditUrl field. Value = 6.
Title The Title field. Value = 21.
IsCompleted The IsCompleted field. Value = 13.
DueDate The DueDate field. Value = 5.
Description The Description field. Value = 4.
StartDate The StartDate field. Value = 28.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace