例: CutoffDate property

次のスクリプトは、複製に含まれる文書の切り離し日を表示します。

Dim session As New NotesSession
Dim db As NotesDatabase
Dim rep As NotesReplication
Set db = session.CurrentDatabase
Set rep = db.ReplicationInfo
Messagebox rep.CutOffDate