CacheItem.Key Property

Definition

Gets the cache key to retrieve the item from CAS store.

public:
 property Microsoft::VisualStudio::RpcContracts::Caching::CacheItemKey Key { Microsoft::VisualStudio::RpcContracts::Caching::CacheItemKey get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey Key { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Key : Microsoft.VisualStudio.RpcContracts.Caching.CacheItemKey
Public ReadOnly Property Key As CacheItemKey

Property Value

Attributes

Applies to