IOperation.LastExecuted Property
Gets the date and time when the operation was last executed .
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property LastExecuted As DateTime
Get
'Usage
Dim instance As IOperation
Dim value As DateTime
value = instance.LastExecuted
DateTime LastExecuted { get; }
Property Value
Type: System.DateTime
The date and time of the operation that was executed last.
Examples
Code Snippet: Determine and Resolve External Items in Error in the BCS Client Cache