SPMobileFieldMetaData.Required Property
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.