Accusoft.FSInvoices1.Net - Updated
UseCount Property (TemplateFieldLabel)




Accusoft.FSInvoices Namespace > TemplateFieldLabel Class : UseCount Property
Gets the count of how many times this label has been matched on a form.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property UseCount As Integer
'Usage
 
Dim instance As TemplateFieldLabel
Dim value As Integer
 
value = instance.UseCount
[DataMember()]
public int UseCount {get;}
[DataMember()]
public: __property int get_UseCount();
[DataMember()]
public:
property int UseCount {
   int get();
}
Remarks

Default: 0.

See Also

Reference

TemplateFieldLabel Class
TemplateFieldLabel Members