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.
Gets the property of the SearchServiceApplication with the specified name.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetProperty ( _
propertyName As String _
) As Object
'Usage
Dim instance As SearchServiceApplication
Dim propertyName As String
Dim returnValue As Object
returnValue = instance.GetProperty(propertyName)
public Object GetProperty(
string propertyName
)
Parameters
propertyName
Type: System.StringThe name of the property.
Return Value
Type: System.Object
An object that represents the property.
Remarks
This method gets the property with the specified name from a local server or a remote server.
See Also
Reference
SearchServiceApplication Class