ArcFM Responder Mobile Developer Guide
Weather Property (IncidentsObject)






Syntax
'Declaration
 
Public Property Weather As WeatherDomain
'Usage
 
Dim instance As IncidentsObject
Dim value As WeatherDomain
 
instance.Weather = value
 
value = instance.Weather
public WeatherDomain Weather {get; set;}
public read-write property Weather: WeatherDomain; 
public function get,set Weather : WeatherDomain
public: __property WeatherDomain get_Weather();
public: __property void set_Weather( 
   WeatherDomain value
);
public:
property WeatherDomain Weather {
   WeatherDomain get();
   void set (    WeatherDomain value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IncidentsObject Class
IncidentsObject Members

Send Feedback