Accusoft.FSInvoices1.Net
UserValidated Property (FormField)




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
[DataMemberAttribute()]
public bool UserValidated {get; set;}
[DataMemberAttribute()]
public: __property bool get_UserValidated();
public: __property void set_UserValidated( 
   bool value
);
[DataMemberAttribute()]
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback