ArcFM Responder Mobile Developer Guide
IncidentID Property (IsDownstreamOfIncidentRequest)






Syntax
'Declaration
 
Public Property IncidentID As System.Integer
'Usage
 
Dim instance As IsDownstreamOfIncidentRequest
Dim value As System.Integer
 
instance.IncidentID = value
 
value = instance.IncidentID
public System.int IncidentID {get; set;}
public read-write property IncidentID: System.Integer; 
public function get,set IncidentID : System.int
public: __property System.int get_IncidentID();
public: __property void set_IncidentID( 
   System.int value
);
public:
property System.int IncidentID {
   System.int get();
   void set (    System.int 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