Share via


TopologySettings Constructor (String)

Initializes a new instance of the TopologySettings class from an XML string.

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

Syntax

'Declaration
Public Sub New ( _
    xmlData As String _
)
'Usage
Dim xmlData As String

Dim instance As New TopologySettings(xmlData)
public TopologySettings(
    string xmlData
)

Parameters

  • xmlData
    Type: System.String

    The XML String object that represents the serialized topology settings.

Remarks

This method deserializes the topology settings from a XML string.

See Also

Reference

TopologySettings Class

TopologySettings Members

TopologySettings Overload

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