XmlDataDocument.Item Property
.NET Framework 4.5
Gets the specified child element.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Item[String] | Gets the first child element with the specified Name. (Inherited from XmlNode.) |
|
Item[String, String] | Gets the first child element with the specified LocalName and NamespaceURI. (Inherited from XmlNode.) |