Поделиться через


Метод Component.GetProperties

Свойства компонента.

Пространство имен:  Microsoft.Office.Server.Search.Administration.Topology
Сборка:  Microsoft.Office.Server.Search (в Microsoft.Office.Server.Search.dll)

Синтаксис

'Декларация
Public Function GetProperties As IEnumerable(Of KeyValuePair(Of String, String))
'Применение
Dim instance As Component
Dim returnValue As IEnumerable(Of KeyValuePair(Of String, String))

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

Возвращаемое значение

Тип: System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>

Реализации

ISearchComponent.GetProperties()

См. также

Справочные материалы

Component класс

Элементы Component

Пространство имен Microsoft.Office.Server.Search.Administration.Topology