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.
Indicates when the subscription refresh ended.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastRefreshed As Nullable(Of DateTime)
Get
'Usage
Dim instance As ISubscriptionRefreshStatus
Dim value As Nullable(Of DateTime)
value = instance.LastRefreshed
Nullable<DateTime> LastRefreshed { get; }
Property Value
Type: System.Nullable<DateTime>
A value that indicates the ending time of the last refresh.
Remarks
If the subscription has never been refreshed, the value is a null reference (Nothing in Visual Basic).
See Also
Reference
ISubscriptionRefreshStatus Interface