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 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.