IWebSiteBaseStationDatabase Property |
Gets or sets the BaseStation database that the site will use when generating reports.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IBaseStationDatabase BaseStationDatabase { get; set; }
Property BaseStationDatabase As IBaseStationDatabase
Get
Set
property IBaseStationDatabase^ BaseStationDatabase {
IBaseStationDatabase^ get ();
void set (IBaseStationDatabase^ value);
}
abstract BaseStationDatabase : IBaseStationDatabase with get, set
Property Value
Type:
IBaseStationDatabaseSee Also