AVEVA CAF API Documenation

ValueListItem display text.
Add(String) Method
Create and add a new ValueListItem object to the ValueList. Note that the ValueListItem created will contain the given DisplayText and a default DataValue with value (object)DisplayText.
Syntax
public abstract ValueListItem Add( 
   string displayText
)
public:
abstract ValueListItem^ Add( 
   String^ displayText
) 

Parameters

displayText
ValueListItem display text.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also