Gets the element with the ID value.

Namespace: Nehta.VendorLibrary.Common
Assembly: Nehta.VendorLibrary.Common (in Nehta.VendorLibrary.Common.dll) Version: 3.0.2.0 (1.0.0.0)

Syntax

C#
public virtual XmlElement GetIdElement(
	XmlDocument document,
	string idValue
)
Visual Basic
Public Overridable Function GetIdElement ( _
	document As XmlDocument, _
	idValue As String _
) As XmlElement
Visual C++
public:
virtual XmlElement^ GetIdElement(
	XmlDocument^ document, 
	String^ idValue
)

Parameters

document
Type: System.Xml..::..XmlDocument
SOAP document.
idValue
Type: System..::..String
ID value.

Return Value

Element with the matching ID.

See Also