Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.