ArcFM Responder Mobile Developer Guide
Incidents Property (JumperArchive)






Syntax
'Declaration
 
Public ReadOnly Property Incidents As System.Data.DataRow()
'Usage
 
Dim instance As JumperArchive
Dim value() As System.Data.DataRow
 
value = instance.Incidents
public System.Data.DataRow[] Incidents {get;}
public read-only property Incidents: System.Data.array of DataRow; 
public function get Incidents : System.Data.DataRow[]
public: __property System.Data.DataRow*[]* get_Incidents();
public:
property System.Data.array<DataRow^>^ Incidents {
   System.Data.array<DataRow^>^ get();
}
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

JumperArchive Class
JumperArchive Members

Send Feedback