Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2013
Namespace:   Microsoft.Xrm.Client.Caching
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[DataMemberAttribute]
public TimeSpan SlidingExpiration { get; private set; }
public:
[DataMemberAttribute]
property TimeSpan SlidingExpiration {
    TimeSpan get();
    private: void set(TimeSpan value);
}
[<DataMemberAttribute>]
member SlidingExpiration : TimeSpan with get, private set
<DataMemberAttribute>
Public Property SlidingExpiration As TimeSpan
    Get
    Private Set
End Property
Property Value
Type: System.TimeSpan
Type: TimeSpan.
See Also
CacheItemPolicyDetail Class
Microsoft.Xrm.Client.Caching Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top