Share via


TopologySettingsXmlOptions Enumeration

Defines the options for controlling how the topology settings are serialized as XML.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TopologySettingsXmlOptions
'Usage
Dim instance As TopologySettingsXmlOptions
[FlagsAttribute]
public enum TopologySettingsXmlOptions

Members

Member name Description
None No flag.
WriteComponentIds The component identifiers (IDs) are serialized.
WriteForTopolgyUI When the topology settings are serialized into XML and this flag is set, the isValid and State UI settings are written to the serialized XML document.

See Also

Reference

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace