SPMobileAttachmentsField.TextLengthLimitKey - Propriété
Obtient la clé utilisée pour rechercher la longueur maximale du texte pour le champ affiché dans le fichier web.config mobile.
Espace de noms : Microsoft.SharePoint.Mobile.WebControls
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Overrides ReadOnly Property TextLengthLimitKey As String
Get
'Utilisation
Dim value As String
value = Me.TextLengthLimitKey
protected override string TextLengthLimitKey { get; }
Valeur de propriété
Type : System.String
Retourne « mobile_attachmentsfieldtextlimit ».
Remarques
« mobile_attachmentsfieldtextlimit » est défini comme une valeur numérique dans le fichier web.config mobile.
Voir aussi
Référence
SPMobileAttachmentsField classe