ArcFM Responder Mobile Developer Guide
OtherIncidentIds Property






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

ConsolidateIncidentsRequest Class
ConsolidateIncidentsRequest Members

Send Feedback