The host and port of the site.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet52 (in libdb_dotnet52.dll) Version: 5.2.28.0

Syntax

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

See Also