In This Topic
Gets a property value by its name.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As String _
) As Object
public object this[
string
]; {get;}
Parameters
- name
- A System.String value indicating the name of the property.
Property Value
An
System.Object representing the property value.
See Also