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