DMQEventCollectionIndexOf Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets the index of the event with ID equal to the "value" parameter. Returns -1 if that ID
is not present in the collection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic int IndexOf(
int value
)
Public Function IndexOf (
value As Integer
) As Integer
public:
int IndexOf(
int value
)
member IndexOf :
value : int -> int
Parameters
- value
- Type: SystemInt32
ID of the DMQEvent object whose index is being sought.
Return Value
Type:
Int32An integer with the index of the object.
See Also