RecommendationsProperties.UpdateProperties method

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

Syntax

'Declaration
Public Sub UpdateProperties ( _
    throwOnError As Boolean, _
    persistToDb As Boolean _
)
'Usage
Dim instance As RecommendationsProperties
Dim throwOnError As Boolean
Dim persistToDb As Boolean

instance.UpdateProperties(throwOnError, _
    persistToDb)
public void UpdateProperties(
    bool throwOnError,
    bool persistToDb
)

Parameters

See also

Reference

RecommendationsProperties class

RecommendationsProperties members

Microsoft.Office.Server.Search.Administration namespace