CacheInsertOptions.Dependencies Property

Definition

Gets or sets the cache dependency.

public:
 property System::Web::Caching::CacheDependency ^ Dependencies { System::Web::Caching::CacheDependency ^ get(); void set(System::Web::Caching::CacheDependency ^ value); };
public System.Web.Caching.CacheDependency Dependencies { get; set; }
member this.Dependencies : System.Web.Caching.CacheDependency with get, set
Public Property Dependencies As CacheDependency

Property Value

The cache dependency.

Applies to