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