Accusoft.FSInvoices Namespace > FormField Class : IsRequired Property |
'Declaration <DataMemberAttribute()> Public ReadOnly Property IsRequired As Boolean
[DataMemberAttribute()] public bool IsRequired {get;}
[DataMemberAttribute()] public: __property bool get_IsRequired();
[DataMemberAttribute()] public: property bool IsRequired { bool get(); }
Value is true if the field is required; false otherwise.
Default: false.