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.
Gets or sets how often to refresh the cache subscription association.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Property ExpireAfter As TimeSpan
Get
Set
'Usage
Dim instance As ISubscriptionAssociation
Dim value As TimeSpan
value = instance.ExpireAfter
instance.ExpireAfter = value
TimeSpan ExpireAfter { get; set; }
Property Value
Type: System.TimeSpan
The time span after which to refresh the cache.
Examples
Code Snippet: Enumerate Subscription Associations of a BCS Cache Subscription
Code Snippet: Update Properties of a BCS Cache Subscription
See Also
Reference
ISubscriptionAssociation Interface