Method RenameDynamicPort
RenameDynamicPort(string, string)
Renames a dynamic port.
Declaration
public bool RenameDynamicPort(string fromName, string toName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | fromName | From name. |
| string | toName | To name. |
Returns
| Type | Description |
|---|---|
| bool |
|
RenameDynamicPort(int, string)
Renames a dynamic port.
Declaration
public bool RenameDynamicPort(int idx, string toName)
Parameters
| Type | Name | Description |
|---|---|---|
| int | idx | The index. |
| string | toName | To name. |
Returns
| Type | Description |
|---|---|
| bool |
|