The GetXml method returns an XML Element from the configuration file, based
on the element name supplied.
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
Parameters
- elementName
- Type: SystemString
Name of the element node to retrieve
Return Value
Type: XElementReturns an XElement for the specified element name.
See Also