SetName
function SetName(name: string = null): void
Description
Sets a value representing the name of the object.
Parameters
- name
string
null Name.
Returns
void
Overloads
- SetName
(name)
Sets a value representing the name of the object.
function SetName(name: string = null): void
Sets a value representing the name of the object.
string
nullName.
void
(name)
Sets a value representing the name of the object.