LocationOrientedUserOrderedSession class

Represents a session with task grouped by location and with user sorting.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.LocationOrientedUserOrderedSession", ServerTypeId := "{3aca594a-48b1-47aa-bbcd-7fd1a2dec5f9}")> _
Public Class LocationOrientedUserOrderedSession _
    Inherits BaseSession
'Usage
Dim instance As LocationOrientedUserOrderedSession
[ScriptTypeAttribute("SP.WorkManagement.OM.LocationOrientedUserOrderedSession", ServerTypeId = "{3aca594a-48b1-47aa-bbcd-7fd1a2dec5f9}")]
public class LocationOrientedUserOrderedSession : 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

LocationOrientedUserOrderedSession members

Microsoft.SharePoint.WorkManagement.Client namespace