ConnectionDetailsGetXml Method

This method returns the configured ConnectionDetails from the RTXML file as an XML Element.

Namespace:  ABSuite.AccessLayer.Connector.Core
Assembly:  Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public XElement GetXml(
	string elementName = "ConnectionDetails"
)

Parameters

elementName (Optional)
Type: SystemString
The XML Node that should be extracted from the file.

Return Value

Type: XElement
An XElement containing the Connection Details

Implements

IRecordInfoGetXml(String)
See Also

Reference