Share via


RankProfile.RankModelName Property

Gets or sets the name of the rank model to base advanced relevance settings on for the rank profile.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property RankModelName As String
    Get
    Set
'Usage
Dim instance As RankProfile
Dim value As String

value = instance.RankModelName

instance.RankModelName = value
string RankModelName { get; set; }

Property Value

Type: System.String
A string that specifies the name of the rank model.

Remarks

The rank profile name must match an existing rank profile in the system.

See Also

Reference

RankProfile Interface

RankProfile Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

Other Resources

RankProfile