DelegateValidationControl Class
This class and its members are reserved for internal use and are not intended to be used in your code. Implements a control that provides delegated validation and renders error messages.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
Microsoft.Office.Server.WebControls.DelegateValidationControl
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Class DelegateValidationControl _
Inherits WebControl
'Usage
Dim instance As DelegateValidationControl
public class DelegateValidationControl : WebControl
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.