FieldMetadata.Field Property
Gets the underlying SPField object that is rendered by the FieldMetadata object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property Field As SPField
Get
Dim instance As FieldMetadata
Dim value As SPField
value = instance.Field
public SPField Field { get; }
Property Value
Type: Microsoft.SharePoint.SPField
An SPField object that represents the field that the FieldMetadata is rendering.