Accusoft.FSInvoices1.Net
UserValidated Property (TemplateFieldLabel)




Gets and sets the flag that specifies whether a user has validated this template field label. User validated template field labels will be given preference by recognition when multiple possibilities arise.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public Property UserValidated As Boolean
'Usage
 
Dim instance As TemplateFieldLabel
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

Default: false.

See Also

Reference

TemplateFieldLabel Class
TemplateFieldLabel Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback