ITMSMCPCustomValueAttribute Interface
Base interface for metadata attributes that carry a single text value.
API unit family: TMS.MCP.Attributes
Extends: ITMSMCPCustomAttribute
Syntax
ITMSMCPCustomValueAttribute = interface(ITMSMCPCustomAttribute)
Properties
| Name | Description |
|---|---|
| Value | Text value carried by the attribute. |
Methods
| Name | Description |
|---|---|
| GetValue | Returns the text value carried by the attribute. |
| SetValue | Replaces the text value carried by the attribute. |