PersistedProperties.FilteredLocationIds property

Array with the locations the user has filtered.

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

Syntax

'Declaration
<RemoteAttribute> _
Public Property FilteredLocationIds As Integer()
    Get
    Set
'Usage
Dim instance As PersistedProperties
Dim value As Integer()

value = instance.FilteredLocationIds

instance.FilteredLocationIds = value
[RemoteAttribute]
public int[] FilteredLocationIds { get; set; }

Property value

Type: []

See also

Reference

PersistedProperties class

PersistedProperties members

Microsoft.SharePoint.WorkManagement.Client namespace