SPFieldContactInformation.FieldRenderingMobileControl Property

This property returns field rendering control for mobile devise display.

Namespace:  Microsoft.SharePoint.Applications.GroupBoard
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)> _
Public Overrides ReadOnly Property FieldRenderingMobileControl As SPMobileBaseFieldControl
    Get
'Usage
Dim instance As SPFieldContactInformation
Dim value As SPMobileBaseFieldControl

value = instance.FieldRenderingMobileControl
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedSPType)]
public override SPMobileBaseFieldControl FieldRenderingMobileControl { get; }

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobileBaseFieldControl
ASPMobileBaseFieldControlobject.

See Also

Reference

SPFieldContactInformation Class

SPFieldContactInformation Members

Microsoft.SharePoint.Applications.GroupBoard Namespace