Share via


UserPreferenceSerializeHelper.ShouldSerializeSettings method

Determines whether the settings should be serialized.

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

Syntax

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

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

Return value

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

Remarks

This method determines whether the Settings property is not ShowPrequerySuggestion.

See also

Reference

UserPreferenceSerializeHelper class

UserPreferenceSerializeHelper members

Microsoft.Office.Server.Search.Administration namespace