BaseStationDBHistoryIsCreationOfDatabaseByVirtualRadarServer Property |
Gets a value indicating that this record describes the creation of the database by Virtual
Radar Server. Note that in normal operation the database will never be created by VRS, the
user must install an optional plugin and explicitly enable it to cause this to happen.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsCreationOfDatabaseByVirtualRadarServer { get; }
Public ReadOnly Property IsCreationOfDatabaseByVirtualRadarServer As Boolean
Get
public:
property bool IsCreationOfDatabaseByVirtualRadarServer {
bool get ();
}
member IsCreationOfDatabaseByVirtualRadarServer : bool with get
Property Value
Type:
BooleanSee Also