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

Gets a key that can be used to look up a mobile rendering limit value for the component.

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

Syntaxe

'Déclaration
Protected Overridable ReadOnly Property SubControlNumberLimitKey As String
'Utilisation
Dim value As String

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

Valeur de la propriété

A String that represents a lookup key that is used to find the mobile rendering limit of the component.

Notes

The key is used to look up the number in the mobile web.config file in C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\MOBILE. For example, SPMobileItemFieldIterator.SubControlNumberLimitKey is "mobile_fieldnumberlimitforinputform", which is set to "100" in the mobile web.config file when Windows SharePoint Services 3.0 is first installed.

The default implementation returns null, so you must override this property to use it.

Voir aussi

Référence

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