Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: ReplicaID property

This script displays the replica ID of the current database. For example, it might display "852561C1004D958F."

Dim session As New NotesSession

Dim db As NotesDatabase
Set db = session.CurrentDatabase
Messagebox( db.ReplicaID )
Related topics
ReplicaID property




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009