public Token Rename( Description description, string newName )
Public Function Rename( _ ByVal description As Description, _ ByVal newName As String _ ) As Token
Parameters
- description
- Indicates the object to be renamed.
- newName
- The new name of the object.
Return Value
The Token for the object to be renamed.