TopologySettings Constructor (XmlReader)
Initializes a new instance of the TopologySettings class from an XmlReader object.
Namespace: Microsoft.Office.Server.Search.Administration.TopologyExport
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
xmlReader As XmlReader _
)
'Usage
Dim xmlReader As XmlReader
Dim instance As New TopologySettings(xmlReader)
public TopologySettings(
XmlReader xmlReader
)
Parameters
xmlReader
Type: System.Xml.XmlReaderThe XmlReader used to read the XML data of the topology settings.
Remarks
This method deserializes the topology settings from an XmlReader object.
See Also
Reference
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace