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