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