Represents a collection of MergeFieldDefinitionClass


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Class MergeFieldDefinitionCollection
    Inherits BasicCollection(Of MergeFieldDefinitionClass)
C#
public class MergeFieldDefinitionCollection : BasicCollection<MergeFieldDefinitionClass>
C++
ref class MergeFieldDefinitionCollection : BasicCollection<MergeFieldDefinitionClass>
J#
public class MergeFieldDefinitionCollection extends BasicCollection<MergeFieldDefinitionClass>
JScript
public class MergeFieldDefinitionCollection extends BasicCollection<MergeFieldDefinitionClass>

Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Dynmark.Services.API.BasicCollection<T>
         Dynmark.Services.API.MergeFieldDefinitionCollection

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also