DMRUserCollectionIndexOf Method
|
Alterian Email Manager 6.2.3 SDK Help File
Returns the position index of the DMRUser object whose ID matches the "value" parameter.
Returns -1 if the ID is not found within 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
The user ID to match.
Return Value
Type:
Int32
See Also