ISearchComponent.GetProperties 方法
搜索组件的属性。
命名空间: Microsoft.Office.Server.Search.Administration.Topology
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Function GetProperties As IEnumerable(Of KeyValuePair(Of String, String))
用法
Dim instance As ISearchComponent
Dim returnValue As IEnumerable(Of KeyValuePair(Of String, String))
returnValue = instance.GetProperties()
IEnumerable<KeyValuePair<string, string>> GetProperties()
返回值
类型:System.Collections.Generic.IEnumerable<KeyValuePair<String, String>>