Share via


UserPreferenceSerializeHelper.ShouldSerializeCustomSettings method

Determines whether the custom 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 ShouldSerializeCustomSettings As Boolean
'Usage
Dim instance As UserPreferenceSerializeHelper
Dim returnValue As Boolean

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

Return value

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

Remarks

This method determines whether the value of the CustomSettings property is not 0.

See also

Reference

UserPreferenceSerializeHelper class

UserPreferenceSerializeHelper members

Microsoft.Office.Server.Search.Administration namespace