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
propertyName
Type: System.StringThe name of the property.
value
Type: System.ObjectThe value of the property.
Remarks
The type of the value must be Int32 or String.
See Also
Reference
SearchServiceApplication Class