BaseStationAircraftCurrentRegDate Property |
Gets or sets the date that the aircraft was registered.
Namespace: VirtualRadar.Interface.DatabaseAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string CurrentRegDate { get; set; }
Public Property CurrentRegDate As String
Get
Set
public:
property String^ CurrentRegDate {
String^ get ();
void set (String^ value);
}
member CurrentRegDate : string with get, set
Property Value
Type:
StringSee Also