Gets/Sets the Tags for the cache item.
Namespace: Alachisoft.NCache.Runtime.CachingAssembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
| C# |
|---|
public NamedTagsDictionary NamedTags { get; set; } |
| Visual Basic |
|---|
Public Property NamedTags As NamedTagsDictionary Get Set |
| Visual C++ |
|---|
public: property NamedTagsDictionary^ NamedTags { NamedTagsDictionary^ get (); void set (NamedTagsDictionary^ value); } |