Share via


DelegateValidationControl.IsInputForm Property

This member is reserved for internal use and is not intended to be used directly from your code. Gets or sets the value to indicate whether the error message will be rendered for an input form.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server (in Microsoft.Office.Server.dll)

Syntax

'Declaration
Public Property IsInputForm As Boolean
    Get
    Set
'Usage
Dim instance As DelegateValidationControl
Dim value As Boolean

value = instance.IsInputForm

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

Property Value

Type: System.Boolean
true if the error message is rendered for an input form; otherwise, false.

See Also

Reference

DelegateValidationControl Class

DelegateValidationControl Members

Microsoft.Office.Server.WebControls Namespace