SPMobileItemFieldIterator.SubControlNumberLimitKey Property

Gets a key that is used to look up, in the mobile web.config file, the maximum number of fields that can be shown on the mobile form.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property SubControlNumberLimitKey As String
    Get
'Usage
Dim value As String

value = Me.SubControlNumberLimitKey
protected override string SubControlNumberLimitKey { get; }

Property Value

Type: System.String
A String representing the lookup key. Unless overridden in a derived class, SubControlNumberLimitKey returns "mobile_fieldnumberlimitforinputform".

Remarks

In SharePoint Foundation, consult the mobile web.config file at %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS\MOBILE to see the numeric value assigned to this key.

See Also

Reference

SPMobileItemFieldIterator Class

SPMobileItemFieldIterator Members

Microsoft.SharePoint.MobileControls Namespace

Other Resources

Ellipses and Rendering Limits