Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public OutputCacheLocation Location { get; set; }
Visual Basic
Public Property Location As OutputCacheLocation
	Get
	Set
Visual C++
public:
property OutputCacheLocation Location {
	OutputCacheLocation get ();
	void set (OutputCacheLocation value);
}

See Also