DMVariableMapCollection Class

Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMVariableMap objects that can be individually accessed by index.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    IDValueCollection
      DMLibraryDMVariableMapCollection

Namespace:  DMLibrary
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
public class DMVariableMapCollection : IDValueCollection

The DMVariableMapCollection type exposes the following members.

Constructors
NameDescription
Public methodDMVariableMapCollection
Initializes a new instance of the DMVariableMapCollection class
Top
Properties
NameDescription
Public propertyItem
Top
Methods
NameDescription
Public methodAdd
Adds a DMVariableMap object to the DMVariableMapCollection.
Public methodAddRange
Adds a range of DMVariableMap objects to the DMVariableMapCollection
Public methodGetVariableMapAdd
Top
See Also