ArcFM Responder Mobile Developer Guide
UpstreamIncidentDevice Property






Syntax
'Declaration
 
Public Property UpstreamIncidentDevice As DeviceInfo
'Usage
 
Dim instance As IsDownstreamOfIncidentRequest
Dim value As DeviceInfo
 
instance.UpstreamIncidentDevice = value
 
value = instance.UpstreamIncidentDevice
public DeviceInfo UpstreamIncidentDevice {get; set;}
public read-write property UpstreamIncidentDevice: DeviceInfo; 
public function get,set UpstreamIncidentDevice : DeviceInfo
public: __property DeviceInfo* get_UpstreamIncidentDevice();
public: __property void set_UpstreamIncidentDevice( 
   DeviceInfo* value
);
public:
property DeviceInfo^ UpstreamIncidentDevice {
   DeviceInfo^ get();
   void set (    DeviceInfo^ 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

IsDownstreamOfIncidentRequest Class
IsDownstreamOfIncidentRequest Members

Send Feedback