Share via


UserPreferenceSerializeHelper.ShouldSerializeQueryLanguages method

Determines whether the query languages should be serialized.

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

Syntax

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

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

Return value

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

Remarks

This method determines whether the QueryLanguages property contains elements.

See also

Reference

UserPreferenceSerializeHelper class

UserPreferenceSerializeHelper members

Microsoft.Office.Server.Search.Administration namespace