Accusoft.FSInvoices1.Net - Updated
UsageHistory Property




Accusoft.FSInvoices Namespace > TemplatePage Class : UsageHistory Property
Gets the rotating list of dates on which this template was used.
Syntax
'Declaration
 
<DataMemberAttribute()>
Public ReadOnly Property UsageHistory As List(Of Date)
'Usage
 
Dim instance As TemplatePage
Dim value As List(Of Date)
 
value = instance.UsageHistory
[DataMember()]
public List<DateTime> UsageHistory {get;}
[DataMember()]
public: __property List<DateTime>* get_UsageHistory();
[DataMember()]
public:
property List<DateTime>^ UsageHistory {
   List<DateTime>^ get();
}
Remarks

Used internally for optimizing template search routines.

Default: Empty DateTime list.

See Also

Reference

TemplatePage Class
TemplatePage Members