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




Accusoft.FSInvoices Namespace > TemplateTableColumnHeader Class : UserValidated Property
Gets and sets the flag that specifies whether a user has validated this template table column header. User validated template table column headers will be given preference by recognition when multiple possibilities arise.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property UserValidated As Boolean
'Usage
 
Dim instance As TemplateTableColumnHeader
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

Default: false.

See Also

Reference

TemplateTableColumnHeader Class
TemplateTableColumnHeader Members