TaxonomyField.FieldRenderingMobileControl Property
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
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
Get
'Usage
Dim instance As TaxonomyField
Dim value As SPMobileBaseFieldControl
value = instance.FieldRenderingMobileControl
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.