Compartir a través de


: TextEditor.IsValid (Propiedad) (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.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Property IsValid As Boolean
'Uso
Dim instance As TextEditor
Dim value As Boolean

value = instance.IsValid

instance.IsValid = value
public bool IsValid { get; set; }

Valor de propiedad

true if the size of the text is less than or equal to MaxTextSizeDefault; otherwise, false.

Vea también

Referencia

TextEditor (Clase)
TextEditor (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)