adTempus API
ArcanaDevelopment.adTempus.Client Namespace / ApplicationIntegration Class / Checkpoint Property


In This Topic
    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