CachingStoreProviderData.AbsoluteExpiration Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets or sets the Absolute Session Expiration duration (in minutes).

Namespace:  Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore (in Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.dll)

Syntax

'Declaration
<ConfigurationPropertyAttribute("defaultAbsoluteSessionExpirationInMinutes", IsRequired := True)> _
PublicPropertyAbsoluteExpirationAs Integer
[ConfigurationPropertyAttribute("defaultAbsoluteSessionExpirationInMinutes", IsRequired = true)]
public int AbsoluteExpiration { get; set; }
[ConfigurationPropertyAttribute(L"defaultAbsoluteSessionExpirationInMinutes", IsRequired = true)]
public:
property int AbsoluteExpiration {
    int get ();
    voidset (int value);
}
publicfunction getAbsoluteExpiration () : int
publicfunction setAbsoluteExpiration (value : int)

Field Value

Absolute Session Expiration duration

See Also

CachingStoreProviderData Class

Microsoft.Practices.EnterpriseLibrary.Security.Cache.CachingStore.Configuration Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.