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 field that is being rendered.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property Field As SPField
Get
'Usage
Dim value As SPField
value = Me.Field
protected virtual SPField Field { get; }
Property Value
Type: Microsoft.SharePoint.SPField
An SPField that is validated.
Remarks
In SharePoint Foundation Field returns the value of the Field property of the SPMobileBaseFieldControl in the FieldControl property.