Share via


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.

See also

Reference

RankingModel class

RankingModel members

Microsoft.Office.Server.Search.Administration namespace