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