v2.25
IParameterDefinition Interface Reference

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

Inheritance diagram for IParameterDefinition:

Properties

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

Detailed Description

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

Property Documentation

◆ Name

BSTR IParameterDefinition::Name
get

The name of the parameter.

Returns
The name of the parameter.

◆ ParameterType

ParameterType IParameterDefinition::ParameterType
get

The type of the parameter.

Returns
The type of the parameter.