DMExpressionConditionCollectionAdd Method 
                         | 
                    
                
Alterian Email Manager 6.2.3 SDK Help File 
            Adds a DMExpressionCondition object to the DMExpressionConditionCollection.
            
Namespace:   
   DMLibraryAssembly:
   DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
	DMExpressionCondition value
)
Public Function Add ( 
	value As DMExpressionCondition
) As Integer
public:
int Add(
	DMExpressionCondition^ value
)
member Add : 
        value : DMExpressionCondition -> int 
Parameters
- value
 - Type: DMLibraryDMExpressionCondition
The DMExpressionCondition object to add to the DMExpressionConditionCollection. 
Return Value
Type: 
Int32The position into which the new element was inserted.
See Also