Whether the site is peer to local site.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

Remarks

A peer site may be used as a target for "client-to-client" synchronization messages. It only makes sense to specify this for a remote site.

See Also