SPMobileListViewIterator.SubControlNumberLimitKey Property
Gets a string that can be used to look up (in the mobile web.config file) the mobile rendering limit of how many views can appear in the list.
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 that represents the lookup key that is used to look up the rendering limit on the number of views.
Remarks
This override returns "mobile_viewnumberlimit", which is set to a numeric value in the mobile web.config file that is included with SharePoint Foundation.
See Also
Reference
SPMobileListViewIterator Class