UserPreferenceSerializeHelper.CustomSettings 属性

获取或设置用户首选项搜索的自定义设置。

命名空间:  Microsoft.Office.Server.Search.Administration
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property CustomSettings As ULong
    Get
    Set
用法
Dim instance As UserPreferenceSerializeHelper
Dim value As ULong

value = instance.CustomSettings

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

属性值

类型:System.UInt64
搜索首选项的用户自定义设置。

备注

默认值为 0。

另请参阅

引用

UserPreferenceSerializeHelper 类

UserPreferenceSerializeHelper 成员

Microsoft.Office.Server.Search.Administration 命名空间