Share via


UserPreferenceSerializeHelper.CustomSettings property

Gets or sets the custom settings of the Search preference for a user.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property CustomSettings As ULong
    Get
    Set
'Usage
Dim instance As UserPreferenceSerializeHelper
Dim value As ULong

value = instance.CustomSettings

instance.CustomSettings = value
[DataMemberAttribute]
public ulong CustomSettings { get; set; }

Property value

Type: System.UInt64
The custom settings of the Search preference for a user.

Remarks

The default value is 0.

See also

Reference

UserPreferenceSerializeHelper class

UserPreferenceSerializeHelper members

Microsoft.Office.Server.Search.Administration namespace