Share via


RankingModel.IsDefault property

Gets a Boolean value that indicates whether the ranking model is the default ranking model.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property IsDefault As Boolean
    Get
'Usage
Dim instance As RankingModel
Dim value As Boolean

value = instance.IsDefault
public bool IsDefault { get; }

Property value

Type: System.Boolean
true if this is the default ranking model; otherwise, false.

See also

Reference

RankingModel class

RankingModel members

Microsoft.Office.Server.Search.Administration namespace