RankParamCollection.Item 属性 (String) (Microsoft.Office.Server.Search.Administration)

Gets the specified ranking parameter from the collection of ranking parameters.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    paramName As String _
) As RankingParameter
用法
Dim instance As RankParamCollection
Dim paramName As String
Dim value As RankingParameter

value = instance(paramName)
public RankingParameter this [
    string paramName
] { get; }

参数

  • paramName
    A string that specifies the ranking parameter name.

属性值

A RankingParameter object.

另请参阅

参考

RankParamCollection 类
RankParamCollection 成员
Microsoft.Office.Server.Search.Administration 命名空间