Share via


ISubscriptionQuery.ExpireAfter Property

Gets or sets how often to refresh the subscription query.

Namespace:  Microsoft.BusinessData.Offlining
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Property ExpireAfter As TimeSpan
    Get
    Set
'Usage
Dim instance As ISubscriptionQuery
Dim value As TimeSpan

value = instance.ExpireAfter

instance.ExpireAfter = value
TimeSpan ExpireAfter { get; set; }

Property Value

Type: System.TimeSpan
The expiration time span.

Examples

Code Snippet: Update Properties of a BCS Cache Subscription

See Also

Reference

ISubscriptionQuery Interface

ISubscriptionQuery Members

Microsoft.BusinessData.Offlining Namespace