UserPreferenceSerializeHelper.CustomString property

Gets or sets the custom strings 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 CustomString As String
    Get
    Set
'Usage
Dim instance As UserPreferenceSerializeHelper
Dim value As String

value = instance.CustomString

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

Property value

Type: System.String
The custom strings of the Search preference for a user.

Remarks

The default value is null .

See also

Reference

UserPreferenceSerializeHelper class

UserPreferenceSerializeHelper members

Microsoft.Office.Server.Search.Administration namespace