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