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