Share via


RankingModel.IsCustomizable Property

Gets a Boolean value that indicates whether the ranking model can be customized.

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

Syntax

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

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

Property Value

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

See Also

Reference

RankingModel Class

RankingModel Members

Microsoft.Office.Server.Search.Administration Namespace