InlineShape.Field Property
Returns a Field object that represents the field associated with the specified shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Field As Field
Get
'Usage
Dim instance As InlineShape
Dim value As Field
value = instance.Field
Field Field { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Field
Remarks
Use the Fields property to return the Fields collection.