RankingModel.IsBuiltIn property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property IsBuiltIn As Boolean
Get
'Usage
Dim instance As RankingModel
Dim value As Boolean
value = instance.IsBuiltIn
public bool IsBuiltIn { get; }
Property value
Type: System.Boolean