命名空间: Microsoft.Office.Server.Search.Query.Rules
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
Public ReadOnly Default Property Item ( _
displayName As String _
) As IList(Of QueryRule)
Get
用法
Dim instance As QueryRuleCollection
Dim displayName As String
Dim value As IList(Of QueryRule)
value = instance(displayName)
public IList<QueryRule> this[
string displayName
] { get; }
参数
- displayName
类型:System.String
属性值
类型:System.Collections.Generic.IList<QueryRule>