UserSettings class

Represents the settings from the user.

Inheritance hierarchy

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

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

Syntax

'Declaration
<ScriptTypeAttribute("SP.WorkManagement.OM.UserSettings", ServerTypeId := "{bea67fb5-fb82-4388-b0e7-174baa0eb51a}")> _
Public NotInheritable Class UserSettings _
    Inherits ClientObject
'Usage
Dim instance As UserSettings
[ScriptTypeAttribute("SP.WorkManagement.OM.UserSettings", ServerTypeId = "{bea67fb5-fb82-4388-b0e7-174baa0eb51a}")]
public sealed class UserSettings : 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.

See also

Reference

UserSettings members

Microsoft.SharePoint.WorkManagement.Client namespace