DMDeploymentCollection Class
|
Alterian Email Manager 6.2.3 SDK Help File
Represents a collection of DMDeployment 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 DMDeploymentCollection : CollectionBase
<SerializableAttribute>
Public Class DMDeploymentCollection
Inherits CollectionBase
[SerializableAttribute]
public ref class DMDeploymentCollection : public CollectionBase
[<SerializableAttribute>]
type DMDeploymentCollection =
class
inherit CollectionBase
end
DMLibrary.DMDeploymentCollection = function();
Type.createClass(
'DMLibrary.DMDeploymentCollection',
CollectionBase);
The DMDeploymentCollection type exposes the following members.
Constructors
Properties
Methods | Name | Description |
---|
 | Add |
Adds a DMDeployment object to the DMDeploymentCollection.
|
Top
See Also