UserPreferenceSerializeHelper.Settings Property
Gets or sets the 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 Settings As ULong
Get
Set
'Usage
Dim instance As UserPreferenceSerializeHelper
Dim value As ULong
value = instance.Settings
instance.Settings = value
[DataMemberAttribute]
public ulong Settings { get; set; }
Property Value
Type: System.UInt64
The settings of the Search preference for a user.
Remarks
The default value is ShowPrequerySuggestion.
This property must be a nonnegative integer. If the least significant bit is set to 1, the pre-query suggestions feature of the Search user preference is enabled.
See Also
Reference
UserPreferenceSerializeHelper Class