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