MobileListViewIterator.SubControlNumberLimitKey Property
Gets a string that can be used to look up, in the mobile Web.config file, the mobile rendering limit of the number of views that can appear in the list.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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
The lookup key that is used to look up the rendering limit of the number of views.
Remarks
This override returns "mobile_viewnumberlimit", which is the default value that is set to 20 in the mobile Web.config file that is included with SharePoint Foundation. This default value can be changed by the IT administrator or developer.