XdsElementgetChildContent Method |
[Missing <summary> documentation for "M:DXMLBase.Xds.XdsElement.getChildContent(System.String)"]
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected string getChildContent(
string childTagName
)
Protected Function getChildContent (
childTagName As String
) As String
protected:
String^ getChildContent(
String^ childTagName
)
member getChildContent :
childTagName : string -> string
Parameters
- childTagName
- Type: SystemString
[Missing <param name="childTagName"/> documentation for "M:DXMLBase.Xds.XdsElement.getChildContent(System.String)"]
Return Value
Type:
StringThe content, or String.Empty if no such child element.
See Also