Accusoft.FSInvoices1.Net - Updated
UserValidated Property (FormField)




Accusoft.FSInvoices Namespace > FormField Class : UserValidated Property
Gets and sets the flag that indicates whether a user has validated this field.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property UserValidated As Boolean
'Usage
 
Dim instance As FormField
Dim value As Boolean
 
instance.UserValidated = value
 
value = instance.UserValidated
[DataMember()]
public bool UserValidated {get; set;}
[DataMember()]
public: __property bool get_UserValidated();
public: __property void set_UserValidated( 
   bool value
);
[DataMember()]
public:
property bool UserValidated {
   bool get();
   void set (    bool value);
}
Remarks

If true, any template updates will set the UserValidated property of the associated template field to true. User validated template fields will be given preference during processing.

Default: false.

See Also

Reference

FormField Class
FormField Members