PinAge enumeration

Represents the period of time since a pin was created.

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

Syntax

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

Members

Member name Description
NoValue No value. Value = 0.
Fresh The pin is fresh. Value = 1.
Stale The pin is stale. Value = 2.

See also

Reference

Microsoft.SharePoint.WorkManagement.Client namespace