RankProfileCollection.Item Property
Returns a rank profile from the rank profile collection matching the name filter.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Name As String _
) As RankProfile
Get
'Usage
Dim instance As RankProfileCollection
Dim Name As String
Dim value As RankProfile
value = instance(Name)
RankProfile this[
string Name
] { get; }
Parameters
Name
Type: System.StringA string that represents the name of a rank profile.
Property Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.RankProfile
A RankProfile object where the name of the rank profile matches the [namefilter]
See Also
Reference
RankProfileCollection Interface
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace