UserPreferenceSerializeHelper.CustomString 属性

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

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

语法

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

value = instance.CustomString

instance.CustomString = value
[DataMemberAttribute]
public string CustomString { get; set; }

属性值

类型:System.String
搜索首选项的用户自定义字符串。

备注

默认值是 null 。

另请参阅

引用

UserPreferenceSerializeHelper 类

UserPreferenceSerializeHelper 成员

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