TaxonomyField.FieldRenderingMobileControl property

NOTE: This API is now obsolete.

Gets the mobile control that is used to render the TaxonomyField object in mobile applications.

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

Syntax

'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 TaxonomyField
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; }

Property value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
A MobileTaxonomyField object that represents the taxonomy control for use in mobile applications.

See also

Reference

TaxonomyField class

TaxonomyField members

Microsoft.SharePoint.Taxonomy namespace

MobileTaxonomyField

Microsoft.SharePoint.Taxonomy

SPMobileLookupField

Microsoft.SharePoint