Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
NOTE: This API is now obsolete.
Gets the mobile control that is used to render the field on a form page.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
'Usage
Dim instance As SPFieldLookup
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }
Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
An Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl object that represents the mobile control.
If the AllowMultipleValues property returns true, the object that is returned is type SPMobileMultipleLookupField. Otherwise, the object that is returned is type SPMobileLookupField.
Please sign in to use this experience.
Sign in