ISubscription.ExpireAfter Property
Gets or sets how often to refresh the cache subscription.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Property ExpireAfter As TimeSpan
Get
Set
'Usage
Dim instance As ISubscription
Dim value As TimeSpan
value = instance.ExpireAfter
instance.ExpireAfter = value
TimeSpan ExpireAfter { get; set; }
Property Value
Type: System.TimeSpan
The time span after which a refresh is due.
Examples
Code Snippet: Update Properties of a BCS Cache Subscription