UserOrderedSession class

Represents a session with tasks sorted by the user.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.WorkManagement.Client.BaseSession
      Microsoft.SharePoint.WorkManagement.Client.UserOrderedSession

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.UserOrderedSession", ServerTypeId := "{76163d46-cd0d-4782-9069-9143cc45b991}")> _
Public Class UserOrderedSession _
    Inherits BaseSession
'Usage
Dim instance As UserOrderedSession
[ScriptTypeAttribute("SP.WorkManagement.OM.UserOrderedSession", ServerTypeId = "{76163d46-cd0d-4782-9069-9143cc45b991}")]
public class UserOrderedSession : BaseSession

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

UserOrderedSession members

Microsoft.SharePoint.WorkManagement.Client namespace