SPMobileFieldValidator.Field Property

Gets the field that is being rendered.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

Protected Overridable ReadOnly Property Field As SPField
    Get

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 Windows SharePoint Services 3.0 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