PersistedProperties class
Represents persisted properties for a user.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.WorkManagement.Client.PersistedProperties
Namespace: Microsoft.SharePoint.WorkManagement.Client
Assembly: Microsoft.SharePoint.WorkManagement.Client (in Microsoft.SharePoint.WorkManagement.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.PersistedProperties", ServerTypeId := "{c05ebf4c-f2c5-4167-9043-f21c4e1b682d}")> _
Public NotInheritable Class PersistedProperties _
Inherits ClientObject
'Usage
Dim instance As PersistedProperties
[ScriptTypeAttribute("SP.WorkManagement.OM.PersistedProperties", ServerTypeId = "{c05ebf4c-f2c5-4167-9043-f21c4e1b682d}")]
public sealed class PersistedProperties : ClientObject
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.