ObjectCacheElement.AbsoluteExpiration Property
Applies To: Dynamics CRM 2015
Gets or sets the cache policy absolute expiration date.
Namespace: Microsoft.Xrm.Client.Configuration
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
[ConfigurationPropertyAttribute("absoluteExpiration")]
public DateTimeOffset AbsoluteExpiration { get; set; }
public:
[ConfigurationPropertyAttribute("absoluteExpiration")]
property DateTimeOffset AbsoluteExpiration {
DateTimeOffset get();
void set(DateTimeOffset value);
}
[<ConfigurationPropertyAttribute("absoluteExpiration")>]
member AbsoluteExpiration : DateTimeOffset with get, set
<ConfigurationPropertyAttribute("absoluteExpiration")>
Public Property AbsoluteExpiration As DateTimeOffset
Property Value
Type: System.DateTimeOffset
Type: DateTimeOffset
.
See Also
ObjectCacheElement Class
Microsoft.Xrm.Client.Configuration Namespace
Return to top
© 2017 Microsoft. All rights reserved. Copyright