Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Windows Server 2008
The maxLength attribute specifies the maximum number of text characters for a text element. The default value is 1023.
Syntax
maxLength ="<PlaceholderNumber>"
where
<PlaceholderNumber> is a placeholder for the maximum number of text characters.
Examples
This XML fragment example sets the maximum number of text characters for a text element to 1024.
<text id="Sample_TextboxPrompt" valueName="Example2textbox"
maxLength="1024"/>