Gets the field's type name of the specific field through its adapter. For example for the type name of a Microsoft Word MergeField is MERGEFIELD. If the type name of the field is changed, its parameters must also be changed.

Syntax

public string TypeName { get; }
Public ReadOnly Property TypeName() As String

Limitations

Read only.