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.
Retrieves the time when the external item will be refreshed next.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ExpireAfter As DateTime
Get
'Usage
Dim instance As IAuthoritativeDataInformation
Dim value As DateTime
value = instance.ExpireAfter
DateTime ExpireAfter { get; }
Property Value
Type: System.DateTime
The time of the next refresh.
Remarks
By default the time is set to the max value of DateTime.
See Also
Reference
IAuthoritativeDataInformation Interface