Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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