SPMobileComponent.SubControlNumberLimit, propriété (Microsoft.SharePoint.MobileControls)

Gets the rendering limit for the component.

Espace de noms : Microsoft.SharePoint.MobileControls
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property SubControlNumberLimit As Integer
'Utilisation
Dim instance As SPMobileComponent
Dim value As Integer

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

Valeur de la propriété

An Int32 that represents the rendering limit for the component.

Notes

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

Voir aussi

Référence

SPMobileComponent, classe
Membres SPMobileComponent
Microsoft.SharePoint.MobileControls, espace de noms