SetName Method (DictionaryItem)
In This Topic
Overridden. Sets the name of the current item.
Syntax
'Declaration
Protected Overrides Sub SetName( _
ByVal As String _
)
protected override void SetName(
string
)
Parameters
- newName
- The new name.
See Also