CachedDBMGT040___Debtors_On_Hold..::..CacheTimeOut Property

Namespace:  JiwaFinancials.Jiwa.JiwaReports
Assembly:  JiwaReports (in JiwaReports.dll)

Syntax


[BrowsableAttribute]
[DesignerSerializationVisibilityAttribute]
public virtual TimeSpan CacheTimeOut { get; set; }
<BrowsableAttribute> _
<DesignerSerializationVisibilityAttribute> _
Public Overridable Property CacheTimeOut As TimeSpan
	Get
	Set
[BrowsableAttribute]
[DesignerSerializationVisibilityAttribute]
public:
virtual property TimeSpan^ CacheTimeOut {
	TimeSpan^ get ();
	void set (TimeSpan^ value);
}