The Format property of the ConfigurableItem object returns the value from the Format column of the ModuleConfiguration table. This is a read-only property.
Syntax
Script
ConfigurableItem.Format
Remarks
This property can only have the following values.
Constant | Value |
---|---|
msmConfigurableItemText | 0 |
msmConfigurableItemKey | 1 |
msmConfigurableItemInteger | 2 |
msmConfigurableItemBitfield | 3 |
C++
See get_Format function.
Requirements
Version | Mergemod.dll 2.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.