The local site of the replication manager. Returns null if the local site has not been configured.

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

Syntax

C#
public DbSite RepMgrLocalSite { get; }
Visual Basic (Declaration)
Public ReadOnly Property RepMgrLocalSite As DbSite
Visual C++
public:
property DbSite^ RepMgrLocalSite {
	DbSite^ get ();
}

See Also