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