ReportAircraftJsonOwnershipStatus Property |
Gets or sets a value describing whether the aircraft is owned outright, leased etc.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string OwnershipStatus { get; set; }
Public Property OwnershipStatus As String
Get
Set
public:
property String^ OwnershipStatus {
String^ get ();
void set (String^ value);
}
member OwnershipStatus : string with get, set
Property Value
Type:
StringSee Also