Checkpoint Property (ApplicationIntegration)
In This Topic
Gets the current Checkpoint for the job.
Syntax
'Declaration
Public ReadOnly Property Checkpoint As String
public string Checkpoint {get;}
public:
property String^ Checkpoint {
String^ get();
}
See Also