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