Accusoft.FSInvoices1.Net
IsRequired Property (FormField)




Gets the flag that specifies whether this is a required field.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property IsRequired As Boolean
'Usage
 
Dim instance As FormField
Dim value As Boolean
 
value = instance.IsRequired
[DataMemberAttribute()]
public bool IsRequired {get;}
[DataMemberAttribute()]
public: __property bool get_IsRequired();
[DataMemberAttribute()]
public:
property bool IsRequired {
   bool get();
}
Remarks

Value is true if the field is required; false otherwise.

Default: false.

See Also

Reference

FormField Class
FormField Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback