SPMobileFieldValidator.FieldControl Property
Gets or sets the control that renders the field.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property FieldControl As SPMobileBaseFieldControl
Get
Set
'Usage
Dim instance As SPMobileFieldValidator
Dim value As SPMobileBaseFieldControl
value = instance.FieldControl
instance.FieldControl = value
public virtual SPMobileBaseFieldControl FieldControl { get; set; }
Property Value
Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
An SPMobileBaseFieldControl that renders the field that is validated.