LocationGroupClientCollection class
Represents a collection of tasks ordered by location.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<Task>
Microsoft.SharePoint.WorkManagement.Client.LocationGroupClientCollection
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.LocationGroupClientCollection", ServerTypeId := "{25acd8c5-c100-45da-b4c5-2bf698f65649}")> _
Public NotInheritable Class LocationGroupClientCollection _
Inherits ClientObjectCollection(Of Task)
'Usage
Dim instance As LocationGroupClientCollection
[ScriptTypeAttribute("SP.WorkManagement.OM.LocationGroupClientCollection", ServerTypeId = "{25acd8c5-c100-45da-b4c5-2bf698f65649}")]
public sealed class LocationGroupClientCollection : ClientObjectCollection<Task>
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.