LinguisticComponentsStatusProperties.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 LinguisticComponentsStatusProperties
Dim throwOnError As Boolean
Dim persistToDb As Boolean
instance.UpdateProperties(throwOnError, _
persistToDb)
public void UpdateProperties(
bool throwOnError,
bool persistToDb
)
Parameters
- throwOnError
Type: System.Boolean
- persistToDb
Type: System.Boolean
See also
Reference
LinguisticComponentsStatusProperties class