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 value that indicates whether the field is required to have a value.
Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property Required As Boolean
    Get
'Usage
Dim value As Boolean
value = Me.Required
protected bool Required { get; }
Property Value
Type: System.Boolean
true if the field must have a value; otherwise false.