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