Gets/Sets the Tags for the cache item.

Namespace: Alachisoft.NCache.Runtime.Caching
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public Tag[] Tags { get; set; }
Visual Basic
Public Property Tags As Tag()
	Get
	Set
Visual C++
public:
property array<Tag^>^ Tags {
	array<Tag^>^ get ();
	void set (array<Tag^>^ value);
}

See Also