ISubscription.LastRefreshed Property
Gets the time when the last refresh of the subscription is completed.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastRefreshed As DateTime
Get
'Usage
Dim instance As ISubscription
Dim value As DateTime
value = instance.LastRefreshed
DateTime LastRefreshed { get; }
Property Value
Type: System.DateTime
The time when the last refresh of the subscription is completed.