Mandatory Property (Read Only)

Top  Previous  Next

Returns true if this field is editable and must be filled in.

 

VB.NET Syntax

 

[Boolean =] Field.Mandatory

 

C# Syntax

 

[bool =] Field.Mandatory;

 

 

Remarks

 

This property is valid only for unprotected fields.

 

See Also Editable property.