Component.GetProperties method

Properties of the Component.

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

Syntax

'Declaration
Public Function GetProperties As IEnumerable(Of KeyValuePair(Of String, String))
'Usage
Dim instance As Component
Dim returnValue As IEnumerable(Of KeyValuePair(Of String, String))

returnValue = instance.GetProperties()
public IEnumerable<KeyValuePair<string, string>> GetProperties()

Return value

Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>

Implements

ISearchComponent.GetProperties()

See also

Reference

Component class

Component members

Microsoft.Office.Server.Search.Administration.Topology namespace