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

Syntax

C#
public List<CacheDependency> Dependencies { get; }
Visual Basic
Public ReadOnly Property Dependencies As List(Of CacheDependency)
	Get
Visual C++
public:
property List<CacheDependency^>^ Dependencies {
	List<CacheDependency^>^ get ();
}

See Also