Gets or sets the caching method to use.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
public CachingMethod CachingMethod { get; set; } |
Visual Basic (Declaration) |
---|
Public Property CachingMethod As CachingMethod |
Visual C++ |
---|
public: property CachingMethod CachingMethod { CachingMethod get (); void set (CachingMethod value); } |