Checkpoint Property (ExecutionHistoryStep)
In This Topic
The last Checkpoint reported for the step.
Syntax
'Declaration
Public ReadOnly Property Checkpoint As String
public string Checkpoint {get;}
public:
property String^ Checkpoint {
String^ get();
}
See Also