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