Caching Library

CacheItemMetadata.ItemKey Property

Chiave dell'oggetto in cache

[Visual Basic]
Public Property ItemKey As String
[C#]
public string ItemKey { get; set; }
[C++]
public: __property String* get_ItemKey();
public: __property void set_ItemKey(String* );
[JScript]
public function get ItemKey() : String
public function set ItemKey(String);

See Also

CacheItemMetadata Class | Caching Namespace