CachedCRAUD030___CR_GL_Reconciliation_By_Date..::..IsCacheable Property

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

Syntax


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