UserPreferenceSerializeHelper.ShouldSerializeCustomString method

Determines whether the custom string should be serialized.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Function ShouldSerializeCustomString As Boolean
'Usage
Dim instance As UserPreferenceSerializeHelper
Dim returnValue As Boolean

returnValue = instance.ShouldSerializeCustomString()
public bool ShouldSerializeCustomString()

Return value

Type: System.Boolean
true if the custom string should be serialized; otherwise, false.

Remarks

This method determines whether the value of the CustomString property is either null or an empty string.

See also

Reference

UserPreferenceSerializeHelper class

UserPreferenceSerializeHelper members

Microsoft.Office.Server.Search.Administration namespace