Field.Type Property
Returns the field type.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Type As WdFieldType
Get
'Usage
Dim instance As Field
Dim value As WdFieldType
value = instance.Type
WdFieldType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WdFieldType
Remarks
Dynamic data exchange (DDE) is an older technology that is not secure. If possible, use a more secure alternative to DDE.