This flag is used to specify the client 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 client site in a preferred master replication group takes over temporarily as master when the preferred master site is unavailable.

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

Syntax

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

See Also