SPUser.IsUserSettingsSyncedWithProvider property

Gets a value that indicates whether User Settings has been synced with External Settings Provider.

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

Syntax

'Declaration
Public Property IsUserSettingsSyncedWithProvider As Boolean
    Get
    Set
'Usage
Dim instance As SPUser
Dim value As Boolean

value = instance.IsUserSettingsSyncedWithProvider

instance.IsUserSettingsSyncedWithProvider = value
public bool IsUserSettingsSyncedWithProvider { get; set; }

Property value

Type: System.Boolean
true if User Settings has been synced with External Settings Provider; otherwise, false.

See also

Reference

SPUser class

SPUser members

Microsoft.SharePoint namespace