ProximityGadgetAircraftJsonWarningMessage Property |
Gets or sets the content of any warnings that need to be transmitted back to the gadget.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string WarningMessage { get; set; }
Public Property WarningMessage As String
Get
Set
public:
property String^ WarningMessage {
String^ get ();
void set (String^ value);
}
member WarningMessage : string with get, set
Property Value
Type:
StringSee Also