UserPreferenceSerializeHelper.Settings 属性
获取或设置为用户的搜索首选项的设置。
命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
<DataMemberAttribute> _
Public Property Settings As ULong
Get
Set
用法
Dim instance As UserPreferenceSerializeHelper
Dim value As ULong
value = instance.Settings
instance.Settings = value
[DataMemberAttribute]
public ulong Settings { get; set; }
属性值
类型:System.UInt64
为用户的搜索首选项设置。
备注
此属性必须为非负整数。如果最低有效位设置为 1,则启用搜索用户首选项的预查询建议功能。
另请参阅
引用
UserPreferenceSerializeHelper 类