RecommendationsProperties.UpdateProperties-Methode
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
)
Parameter
- throwOnError
Typ: System.Boolean
- persistToDb
Typ: System.Boolean
Siehe auch
Referenz
RecommendationsProperties Klasse