Gets/Sets the CacheDepedency.
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 CacheDependency Dependency { get; set; } |
| Visual Basic |
|---|
Public Property Dependency As CacheDependency Get Set |
| Visual C++ |
|---|
public: property CacheDependency^ Dependency { CacheDependency^ get (); void set (CacheDependency^ value); } |