Table of Contents

ITMSMCPURIAttribute Interface

Carries the fixed URI a resource is published under.

API unit family: TMS.MCP.Attributes Extends: ITMSMCPCustomValueAttribute

Syntax

ITMSMCPURIAttribute = interface(ITMSMCPCustomValueAttribute)

Remarks

A resource declaration needs either this attribute or a URI template; a method marked as a resource with neither of them is skipped during registration.

Properties

Name Description
Value Text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute)

Methods

Name Description
GetValue Returns the text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute)
SetValue Replaces the text value carried by the attribute. (inherited from ITMSMCPCustomValueAttribute)