OutputCacheAttribute.CacheProfile 属性

获取缓存设置的名称。

命名空间: System.ServiceModel.DomainServices.Server
程序集: System.ServiceModel.DomainServices.Server(在 system.servicemodel.domainservices.server.dll 中)

用法

用法
Dim instance As OutputCacheAttribute
Dim value As String

value = instance.CacheProfile

语法

声明
Public Property CacheProfile As String
public string CacheProfile { get; }
public:
property String^ CacheProfile {
    String^ get ();
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public String get_CacheProfile ()
CompilerGeneratedAttribute 
public function get CacheProfile () : String

属性值

缓存设置的名称。

备注

缓存配置文件名称标识要与该页关联的缓存设置。

线程安全

此类型的任何公共静态(在 Visual Basic 中为 共享)成员都是线程安全的。不保证所有实例成员都是线程安全的。

平台

开发平台

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008 和 Windows 2000

目标平台

另请参见

参考

OutputCacheAttribute 类
OutputCacheAttribute 成员
System.ServiceModel.DomainServices.Server 命名空间