Returns the merge fields inside this merge block excluding fields in possible nested merge blocks.

Introduced: X19.

Syntax

public MergeField[] MergeFields { get; }
Public ReadOnly Property MergeFields() As MergeField()

Limitations

Read only.

Remarks

If this property is called on a MergeBlockInfo instance that was not created from an existing SubTextPart, an exception is thrown.