CacheItem.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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