SearchServiceApplication.SetProperty Method

Sets the specified property of the SearchServiceApplication.

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

Syntax

'Declaration
Public Sub SetProperty ( _
    propertyName As String, _
    value As Object _
)
'Usage
Dim instance As SearchServiceApplication
Dim propertyName As String
Dim value As Object

instance.SetProperty(propertyName, value)
public void SetProperty(
    string propertyName,
    Object value
)

Parameters

Remarks

The type of the value must be Int32 or String.

See Also

Reference

SearchServiceApplication Class

SearchServiceApplication Members

Microsoft.Office.Server.Search.Administration Namespace