Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.