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

Specifies the constant defined in the mobile web.config file that is assigned the default rendering limit (the maximum number of characters that can be rendered) for the mobile component.

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

Syntaxe

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

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

Valeur de la propriété

An String representing the lookup key for the maximum rendering length of text on the mobile site.

Notes

The default implementation sets TextLengthLimitKey to "mobile_basetextlengthlimit". In the mobile web.config file that ships with Windows SharePoint Services 3.0, this constant is set to 255.

Particular types of text controls, such as titles, may have more restrictive limits.

Voir aussi

Référence

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

Autres ressources

Points de suspension et limites de rendu