| BaseStationMessageMessageGenerated Property  | 
            Gets or sets the date and time the message was generated by BaseStation.
            
 
Namespace: VirtualRadar.Interface.BaseStationAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DateTime MessageGenerated { get; set; }Public Property MessageGenerated As DateTime
	Get
	Set
public:
property DateTime MessageGenerated {
	DateTime get ();
	void set (DateTime value);
}member MessageGenerated : DateTime with get, set
Property Value
Type: 
DateTime
See Also