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()