SPMobileComponent.SubControlNumberLimit Property

Gets the rendering limit for the component.

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

Syntax

'Declaration
Public Overridable ReadOnly Property SubControlNumberLimit As Integer
    Get
'Usage
Dim instance As SPMobileComponent
Dim value As Integer

value = instance.SubControlNumberLimit
public virtual int SubControlNumberLimit { get; }

Property Value

Type: System.Int32
An Int32 that represents the rendering limit for the component.

Remarks

The default implementation uses SubControlNumberLimitKey as a lookup key to obtain the rendering limit from the mobile web.config file in %ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\TEMPLATE\LAYOUTS\MOBILE.

See Also

Reference

SPMobileComponent Class

SPMobileComponent Members

Microsoft.SharePoint.MobileControls Namespace