The host information for the local system. Returns null if the
local site has not been configured.
Namespace:
BerkeleyDBAssembly: libdb_dotnet51 (in libdb_dotnet51.dll) Version: 5.1.19.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); } |