DataCacheOperationDescriptor.Key プロパティ

Key プロパティを返します。

名前空間: Microsoft.ApplicationServer.Caching
アセンブリ: Microsoft.ApplicationServer.Caching.Core (microsoft.applicationserver.caching.core.dll)

使用法

構文

'宣言
Public ReadOnly Property Key As String
public string Key { get; }
public:
property String^ Key {
    String^ get ();
}
/** @property */
public String get_Key ()
public function get Key () : String

プロパティの値

Key プロパティの現在の値を表す文字列です。

スレッド セーフ

この型のパブリック静的 (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンスのメンバーはいずれも、スレッド セーフである保証はありません。

プラットフォーム

開発プラットフォーム

Visual Studio 2010 およびそれ以降, .NET Framework 4

対象プラットフォーム

Windows 7; Windows Server 2008 R2; Windows Server 2008 Service Pack 2; Windows Vista Service Pack 2

関連項目

参照

DataCacheOperationDescriptor クラス
DataCacheOperationDescriptor メンバー
Microsoft.ApplicationServer.Caching 名前空間