PinnedState enumeration

Represents pin states.

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

Syntax

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

Members

Member name Description
NoValue No value. Value = 0.
Pinned The task is pinned. Value = 1.
NotPinned The task is not pinned. Value = 2.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace