The database environment's priority in replication group elections.
A special value of 0 indicates that this environment cannot be a
replication group master. If not configured, then a default value
of 100 is used.
Namespace:
BerkeleyDBAssembly: libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0
Syntax
C# |
---|
public uint RepPriority { get; set; } |
Visual Basic (Declaration) |
---|
Public Property RepPriority As UInteger |
Visual C++ |
---|
public: property unsigned int RepPriority { unsigned int get (); void set (unsigned int value); } |