LocationUpdateResultClientCollection class

Represents a collection of location update results.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<LocationUpdateResult>
        Microsoft.SharePoint.WorkManagement.Client.LocationUpdateResultClientCollection

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.LocationUpdateResultClientCollection", ServerTypeId := "{adc959fa-e5e6-4575-a998-a00ce60a9201}")> _
Public NotInheritable Class LocationUpdateResultClientCollection _
    Inherits ClientObjectCollection(Of LocationUpdateResult)
'Usage
Dim instance As LocationUpdateResultClientCollection
[ScriptTypeAttribute("SP.WorkManagement.OM.LocationUpdateResultClientCollection", ServerTypeId = "{adc959fa-e5e6-4575-a998-a00ce60a9201}")]
public sealed class LocationUpdateResultClientCollection : ClientObjectCollection<LocationUpdateResult>

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

LocationUpdateResultClientCollection members

Microsoft.SharePoint.WorkManagement.Client namespace