Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a control that verifies that the field has a value if the field is required.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property RequiredFieldValidatorControl As RequiredFieldValidator
Get
'Usage
Dim value As RequiredFieldValidator
value = Me.RequiredFieldValidatorControl
protected virtual RequiredFieldValidator RequiredFieldValidatorControl { get; }
Property Value
Type: System.Web.UI.MobileControls.RequiredFieldValidator
A RequiredFieldValidator that verifies that the field has a value when it is required to have one.