ISubscriptionQuery.LastRefreshed Property
Gets the DateTime value at which the query was last executed.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastRefreshed As DateTime
Get
'Usage
Dim instance As ISubscriptionQuery
Dim value As DateTime
value = instance.LastRefreshed
DateTime LastRefreshed { get; }
Property Value
Type: System.DateTime
The DateTime value at which the query was last executed.
Remarks
If the query was never executed, this property returns a hard-coded minimum date.