DMFieldValueCollectionAdd Method
|
Alterian Email Manager 6.2.3 SDK Help File
Sets a value for the field
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int Add(
DMFieldValue value
)
Public Function Add (
value As DMFieldValue
) As Integer
public:
int Add(
DMFieldValue^ value
)
member Add :
value : DMFieldValue -> int
Parameters
- value
- Type: DMLibraryDMFieldValue
Value of the field
Return Value
Type:
Int32The index value of the list array
See Also