Method RenameProperty
RenameProperty(string, string)
Renames the property.
Declaration
public bool RenameProperty(string boundParameterGuid, string newName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | boundParameterGuid | The bound parameter unique identifier. |
| string | newName | The new name. |
Returns
| Type | Description |
|---|---|
| bool |
|