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
プロパティ値
キャッシュ設定の名前。
解説
キャッシュ プロファイル名は、ページに関連付けるキャッシュ設定を識別します。
スレッド セーフ
この型の public static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 、Windows Server 2008、および Windows 2000
ターゲット プラットフォーム
参照
リファレンス
OutputCacheAttribute クラス
OutputCacheAttribute のメンバー
System.ServiceModel.DomainServices.Server 名前空間