The host information for the local system. Returns null if the local site has not been configured.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.22.0

Syntax

C#
public ReplicationHostAddress RepMgrLocalSite { get; set; }
Visual Basic (Declaration)
Public Property RepMgrLocalSite As ReplicationHostAddress
Visual C++
public:
property ReplicationHostAddress^ RepMgrLocalSite {
	ReplicationHostAddress^ get ();
	void set (ReplicationHostAddress^ value);
}

See Also