[Missing <summary> documentation for P:PerpetuumSoft.Reporting.Web.SharpShooterWebViewer.Cache]

Namespace:  PerpetuumSoft.Reporting.Web
Assembly:  PerpetuumSoft.Reporting.Web (in PerpetuumSoft.Reporting.Web.dll) Version: 3.9.0.1

Syntax

C#
public Cache Cache { get; set; }
Visual Basic (Declaration)
Public Property Cache As Cache
Visual C++
public:
property Cache^ Cache {
	Cache^ get ();
	void set (Cache^ value);
}

See Also