ISearchComponent.GetProperties method
Properties of the search component.
Namespace: Microsoft.Office.Server.Search.Administration.Topology
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Function GetProperties As IEnumerable(Of KeyValuePair(Of String, String))
'Usage
Dim instance As ISearchComponent
Dim returnValue As IEnumerable(Of KeyValuePair(Of String, String))
returnValue = instance.GetProperties()
IEnumerable<KeyValuePair<string, string>> GetProperties()
Return value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>
See also
Reference
Microsoft.Office.Server.Search.Administration.Topology namespace