The host and port of the site.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.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