SPMobileFieldValidator.Field Property

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.

See Also

Reference

SPMobileFieldValidator Class

SPMobileFieldValidator Members

Microsoft.SharePoint.MobileControls Namespace