v2.32
 
IParameterDefinition Interface Reference

Represents a parameter definition. This interface can be obtained through IParameter. More...

Inheritance diagram for IParameterDefinition:

Properties

BSTR Name [get]
 The name of the parameter.
 
ParameterType ParameterType [get]
 The type of the parameter.
 

Detailed Description

Represents a parameter definition. This interface can be obtained through IParameter.

Property Documentation

◆ Name

BSTR Name
get

The name of the parameter.

Returns
The name of the parameter.

◆ ParameterType

The type of the parameter.

Returns
The type of the parameter.