ArcFM Responder Mobile Developer Guide
IncidentIds Property






Syntax
'Declaration
 
Public ReadOnly Property IncidentIds As System.Collections.Generic.List(Of Integer)
'Usage
 
Dim instance As CancelIncidentRequest
Dim value As System.Collections.Generic.List(Of Integer)
 
value = instance.IncidentIds
public System.Collections.Generic.List<int> IncidentIds {get;}
public read-only property IncidentIds: System.Collections.Generic.List; 
public function get IncidentIds : System.Collections.Generic.List
public: __property System.Collections.Generic.List<int>* get_IncidentIds();
public:
property System.Collections.Generic.List<int>^ IncidentIds {
   System.Collections.Generic.List<int>^ 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

CancelIncidentRequest Class
CancelIncidentRequest Members

Send Feedback