Share via


ObjectCacheElement.SlidingExpiration Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ache policy sliding expiration.

Namespace:   Microsoft.Xrm.Client.Configuration
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

[ConfigurationPropertyAttribute("slidingExpiration")]
public TimeSpan SlidingExpiration { get; set; }
public:
[ConfigurationPropertyAttribute("slidingExpiration")]
property TimeSpan SlidingExpiration {
    TimeSpan get();
    void set(TimeSpan value);
}
[<ConfigurationPropertyAttribute("slidingExpiration")>]
member SlidingExpiration : TimeSpan with get, set
<ConfigurationPropertyAttribute("slidingExpiration")>
Public Property SlidingExpiration As TimeSpan

Property Value

Type: System.TimeSpan

Type: TimeSpan
.

See Also

ObjectCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace

Return to top

© 2017 Microsoft. All rights reserved. Copyright