Gets the element with specified name.
'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.String _
) As
public Item(
System.string
) {get;}
Parameters
- name
- The name of the element to get.
Property Value
The element with specified name.