InlineShape.Field Property

Definition

Returns a Field object that represents the field associated with the specified shape.

public:
 property Microsoft::Office::Interop::Word::Field ^ Field { Microsoft::Office::Interop::Word::Field ^ get(); };
public Microsoft.Office.Interop.Word.Field Field { get; }
member this.Field : Microsoft.Office.Interop.Word.Field
Public ReadOnly Property Field As Field

Property Value

Remarks

Use the Fields property to return the Fields collection.

Applies to