LastCheckpoint Property (ExecutionHistoryItem)
In This Topic
The last checkpoint reported by the job.
Syntax
'Declaration
Public ReadOnly Property LastCheckpoint As String
public string LastCheckpoint {get;}
public:
property String^ LastCheckpoint {
String^ get();
}
See Also