This flag is used to specify the preferred master site in a replication group operating in preferred master mode. A preferred master replication group must contain only two sites, with one site specified as the preferred master site and the other site specified as the client site. The preferred master site operates as the master site whenever possible.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public bool RepPrefmasMaster { get; set; }
Visual Basic (Declaration)
Public Property RepPrefmasMaster As Boolean
Visual C++
public:
property bool RepPrefmasMaster {
	bool get ();
	void set (bool value);
}

See Also