ReportAircraftJsonNotes Property |
Gets or sets the user's notes on the aircraft.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Notes { get; set; }
Public Property Notes As String
Get
Set
public:
property String^ Notes {
String^ get ();
void set (String^ value);
}
member Notes : string with get, set
Property Value
Type:
StringSee Also