DataCacheItem::Tags Property
A generic list of tags associated with the cached object.
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
public: property ReadOnlyCollection<DataCacheTag^>^ Tags { ReadOnlyCollection<DataCacheTag^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<DataCacheTag^>^An generic list of DataCacheTag objects associated with the cached object.
You can associate one or more tags to each cache object. Tag-based object retrieval is only available for those objects stored in regions.
Tags are not supported in Windows Azure Shared Caching.
Show: