Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Serializes the topology settings to an XML document.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function ToXml ( _
options As TopologySettingsXmlOptions _
) As String
'Usage
Dim instance As TopologySettings
Dim options As TopologySettingsXmlOptions
Dim returnValue As String
returnValue = instance.ToXml(options)
public string ToXml(
TopologySettingsXmlOptions options
)
Parameters
options
Type: Microsoft.Office.Server.Search.Administration.TopologyExport.TopologySettingsXmlOptionsA value from the TopologySettingsXmlOptions enumeration specifying how the topology settings should be serialized as XML.
Return Value
Type: System.String
The XML specifying the topology settings.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace