Item Property (ConstantsCollection)
In This Topic
Gets the
System.Object with the specified key.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As String _
) As Object
public object this[
string
]; {get;}
Parameters
- key
- The key.
Property Value
System.Object.
See Also