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