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