LocationConfiguration.Export method
Generates the XML that contains the information for the federated location and places it into the specified stream.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub Export ( _
stream As Stream _
)
'Usage
Dim instance As LocationConfiguration
Dim stream As Stream
instance.Export(stream)
public void Export(
Stream stream
)
Parameters
stream
Type: System.IO.StreamThe stream into which the method places the XML output.