OutputCacheAttribute.Location-Eigenschaft
Ruft die Speicherorte ab, an denen die Zwischenspeicherung angewendet werden kann.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in system.servicemodel.domainservices.server.dll)
Verwendung
'Usage
Dim instance As OutputCacheAttribute
Dim value As OutputCacheLocation
value = instance.Location
Syntax
'Declaration
Public Property Location As OutputCacheLocation
public OutputCacheLocation Location { get; }
public:
property OutputCacheLocation Location {
OutputCacheLocation get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public OutputCacheLocation get_Location ()
CompilerGeneratedAttribute
public function get Location () : OutputCacheLocation
Eigenschaftswert
Die Speicherorte, an denen Inhalte zwischengespeichert werden.
Hinweise
Speicherorte werden von der OutputCacheLocation-Enumeration definiert.
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht sichergestellt.
Plattformen
Entwicklungsplattformen
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 und Windows 2000
Zielplattformen
Siehe auch
Verweis
OutputCacheAttribute-Klasse
OutputCacheAttribute-Member
System.ServiceModel.DomainServices.Server-Namespace