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.Stream
The stream into which the method places the XML output.