The total number of sites in the replication group.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public uint RepNSites { get; set; } | 
| Visual Basic (Declaration) | 
|---|
| Public Property RepNSites As UInteger | 
| Visual C++ | 
|---|
| public: property unsigned int RepNSites { unsigned int get (); void set (unsigned int value); } | 
 Remarks
Remarks
This setting is typically used by applications which use the Berkeley DB library "replication manager" support. (However, see also RepHoldElection()()(), the description of the nsites parameter.)





