The IForeMethodParam interface includes properties used to work with the custom method parameter.
| Property name | Brief description | |
| DefaultValue | The DefaultValue property sets default parameter value. | |
| Description | The Description property determines the parameter description. | |
| Param | The Param property returns a name of the parameter. | |
| Tag | The Tag property is not used by the compiler. The property can be determined and used as required. | |
| Type | The Type property returns type of the parameter data. |
See also: