TextEditor.IsValid, propriété (Microsoft.SharePoint.Portal.WebControls)
Gets or sets a value indicating whether the size of the text is less than or equal to MaxTextSizeDefault. The Validate method sets the IsValid property.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Property IsValid As Boolean
'Utilisation
Dim instance As TextEditor
Dim value As Boolean
value = instance.IsValid
instance.IsValid = value
public bool IsValid { get; set; }
Valeur de la propriété
true if the size of the text is less than or equal to MaxTextSizeDefault; otherwise, false.
Voir aussi
Référence
TextEditor, classe
Membres TextEditor
Microsoft.SharePoint.Portal.WebControls, espace de noms