BaseStationSystemEventsSystemEventsID Property |
Gets or sets the unique identifier of the record in the database.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public int SystemEventsID { get; set; }
Public Property SystemEventsID As Integer
Get
Set
public:
property int SystemEventsID {
int get ();
void set (int value);
}
member SystemEventsID : int with get, set
Property Value
Type:
Int32See Also