UserPreference.CustomString 属性

获取或设置自定义字符串的UserPreference。

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

语法

声明
Public Property CustomString As String
    Get
    Set
用法
Dim instance As UserPreference
Dim value As String

value = instance.CustomString

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

属性值

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

另请参阅

引用

UserPreference 类

UserPreference 成员

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