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.