set_developer_name
Description:
public void set_developer_name (
string value,
string? locale)
Set the the component's developer or development team name.
Parameters:
this |
a Component instance.
|
value |
the developer or developer team name
|
locale |
the BCP47 locale, or null. e.g. "en-GB"
|