The amount of time a client grants its master lease to a master.
            When using master leases all sites in a replication group must use
            the same lease timeout value. There is no default value. If leases
            are desired, this method must be called prior to calling
            
RepStartClient()()() or 
RepStartMaster()()().
            
 
    Namespace: 
   BerkeleyDB
    Assembly:
   libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.21.0
Syntax
| C# | 
|---|
public uint RepLeaseTimeout { get; set; } | 
| Visual Basic (Declaration) | 
|---|
Public Property RepLeaseTimeout As UInteger  | 
See Also