Share via


LocationConfiguration.ExportToXml method

Generates an XML file that contains the information for the federated location.

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

Syntax

'Declaration
Public Function ExportToXml As XmlDocument
'Usage
Dim instance As LocationConfiguration
Dim returnValue As XmlDocument

returnValue = instance.ExportToXml()
public XmlDocument ExportToXml()

Return value

Type: System.Xml.XmlDocument
An XmlDocument object that contains the location's configuration information.

See also

Reference

LocationConfiguration class

LocationConfiguration members

Microsoft.Office.Server.Search.Administration namespace