IConnectionLoggerLogDatabase Property |
Gets or sets the database object that will store information about connections.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax ILogDatabase LogDatabase { get; set; }
Property LogDatabase As ILogDatabase
Get
Set
property ILogDatabase^ LogDatabase {
ILogDatabase^ get ();
void set (ILogDatabase^ value);
}
abstract LogDatabase : ILogDatabase with get, set
Property Value
Type:
ILogDatabaseSee Also