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