TTMSMCPToolPropertyBuilder.PropertyType Method
Sets the declared type of the parameter, which drives both the published schema type and the conversion of the incoming value.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolPropertyBuilder
Syntax
class function PropertyType(const AType: TTMSMCPToolPropertyType): TTMSMCPToolPropertyBuilderClass;
Parameters
| Name | Description |
|---|---|
AType |
The parameter type. |
Returns
The property builder class, so the configuration can be chained.