Table of Contents

TTMSMCPToolPropertyBuilder.AddEnum Method

Adds one accepted value to the closed set published for the parameter.

API unit family: TMS.MCP.Tools Declaring type: TTMSMCPToolPropertyBuilder

Syntax

class function AddEnum(const AValue: string): TTMSMCPToolPropertyBuilderClass;

Parameters

Name Description
AValue The accepted value to add.

Returns

The property builder class, so the configuration can be chained.