RankingModel.RankingModelXML Property
Gets or sets the XML for the custom ranking model.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property RankingModelXML As String
Get
Set
'Usage
Dim instance As RankingModel
Dim value As String
value = instance.RankingModelXML
instance.RankingModelXML = value
public string RankingModelXML { get; set; }
Property Value
Type: System.String
The custom ranking model XML string.
Remarks
The XML is described in the Ranking Model Schema.