DMREventLogCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMREventLog objects that can be individually accessed by index.
Inheritance Hierarchy Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntax[SerializableAttribute]
public class DMREventLogCollection : CollectionBase
<SerializableAttribute>
Public Class DMREventLogCollection
Inherits CollectionBase
[SerializableAttribute]
public ref class DMREventLogCollection : public CollectionBase
[<SerializableAttribute>]
type DMREventLogCollection =
class
inherit CollectionBase
end
DMLibrary.DMREventLogCollection = function();
Type.createClass(
'DMLibrary.DMREventLogCollection',
CollectionBase);
The DMREventLogCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMREventLog object to the DMREventLogCollection.
|
Top
See Also