TTMSMCPToolPropertyBuilder.Name Method
Sets the name the parameter is published and addressed under.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolPropertyBuilder
Syntax
class function Name(const AName: string): TTMSMCPToolPropertyBuilderClass;
Parameters
| Name | Description |
|---|---|
AName |
Parameter name. It must not be blank when the parameter is closed. |
Returns
The property builder class, so the configuration can be chained.