Represents a collection of MergeFieldPropertyClass


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

Syntax

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

Inheritance Hierarchy

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

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