ConfigurableItem object

The ConfigurableItem object represents a single row from the ModuleConfiguration table. This is a single configurable "attribute" from the module. The interface consists read-only properties, one for each column in the ModuleConfiguration table. The Interface definition is as follows.

Members

The ConfigurableItem object has these types of members:

Properties

The ConfigurableItem object has these properties.

Property Description
Attributes
Returns the value in the Attributes field of this object's record in the ModuleConfiguration table.
Context
Returns the value in the Context field of this object's record in the ModuleConfiguration table.
DefaultValue
Returns the value in the DefaultValue field of this object's record in the ModuleConfiguration table.
Description
Returns the value in the Description field of this object's record in the ModuleConfiguration table.
DisplayName
Returns the value in the DisplayName field of this object's record in the ModuleConfiguration table.
Format
Returns the value in the Format field of this object's record in the ModuleConfiguration table.
HelpKeyword
Returns the value in the HelpKeyword field of this object's record in the ModuleConfiguration table.
HelpLocation
Returns the value in the HelpLocation field of this object's record in the ModuleConfiguration table.
Name
Returns the value in the Name field of this object's record in the ModuleConfiguration table.
Type
Returns the value in the Type field of this object's record in the ModuleConfiguration table.

C++

interface IMsmConfigurableItem : IDispatch

Interface ID

Constant Value
IID_IMsmConfigurableItem {4D6E6284-D21D-401E-84F6-909E00B50F71}

Requirements

Requirement Value
Version
Mergemod.dll 2.0 or later
Header
Mergemod.h
DLL
Mergemod.dll