The amount of time the replication manager, running at a client
            site, waits for some message activity on the connection from the
            master (heartbeats or other messages) before concluding that the
            connection has been lost. When 0 (the default), no monitoring is
            performed.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public uint RepHeartbeatMonitor { get; set; }  | 
| Visual Basic (Declaration) | 
|---|
Public Property RepHeartbeatMonitor As UInteger  | 
| Visual C++ | 
|---|
public: property unsigned int RepHeartbeatMonitor { unsigned int get (); void set (unsigned int value); }  |