Location class

Represents information about the source location of a task.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.WorkManagement.Client.Location

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.Location", ServerTypeId := "{0280ffca-96c5-4c96-bbbb-759887950afd}")> _
Public NotInheritable Class Location _
    Inherits ClientObject
'Usage
Dim instance As Location
[ScriptTypeAttribute("SP.WorkManagement.OM.Location", ServerTypeId = "{0280ffca-96c5-4c96-bbbb-759887950afd}")]
public sealed class Location : ClientObject

Remarks

Locations can be hierarchical, where one location is located inside another.

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

Location members

Microsoft.SharePoint.WorkManagement.Client namespace