Item Property (PropertyPath)
In This Topic
Gets or sets the element with the specified key.
Syntax
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As String
public string this[
int
]; {get; set;}
Parameters
- key
- The key of the element to get or set.
Property Value
The element with the specified key.
See Also