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)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property Field As SPField
    Get
'Usage
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.

See Also

Reference

FieldMetadata Class

FieldMetadata Members

Microsoft.SharePoint.WebControls Namespace