ESRI.ArcGIS.ADF
GetChildElementValue Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > XmlHelper Class : GetChildElementValue Method




parentNode
sElementName
Get the first Child Element value from a given XmlNode

Syntax

Visual Basic (Declaration) 
Public Function GetChildElementValue( _
   ByVal parentNode As XmlNode, _
   ByVal sElementName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As XmlHelper
Dim parentNode As XmlNode
Dim sElementName As String
Dim value As String
 
value = instance.GetChildElementValue(parentNode, sElementName)
C# 
public string GetChildElementValue( 
   XmlNode parentNode,
   string sElementName
)

Parameters

parentNode
sElementName

See Also

© 2010 All Rights Reserved.