Accusoft.FSInvoices1.Net
UserValidated Property (FormTable)




Gets and sets the flag that indicates whether a user has validated this table.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property UserValidated As Boolean
'Usage
 
Dim instance As FormTable
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 TemplateTableColumnHeader objects to true. User validated template table column headers will be given preference during processing.

Default: false.

See Also

Reference

FormTable Class
FormTable Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback