FASTSearchRuntime.XmlHighConfDoc Property
Gets an XML representation of the Best Bets.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property XmlHighConfDoc As XmlDocument
Get
Set
'Usage
Dim instance As FASTSearchRuntime
Dim value As XmlDocument
value = instance.XmlHighConfDoc
instance.XmlHighConfDoc = value
public XmlDocument XmlHighConfDoc { get; set; }
Property Value
Type: System.Xml.XmlDocument
Returns XmlDocument.
Remarks
A developer will normally not need to use this property.