ArcFM Responder Mobile Developer Guide
RegionIds Property (IncidentNetworkLevelPerRegion)






Gets the region identifiers with an incident.
Syntax
'Declaration
 
Public ReadOnly Property RegionIds As System.Collections.Generic.IEnumerable(Of Integer)
'Usage
 
Dim instance As IncidentNetworkLevelPerRegion
Dim value As System.Collections.Generic.IEnumerable(Of Integer)
 
value = instance.RegionIds
public System.Collections.Generic.IEnumerable<int> RegionIds {get;}
public read-only property RegionIds: System.Collections.Generic.IEnumerable; 
public function get RegionIds : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<int>* get_RegionIds();
public:
property System.Collections.Generic.IEnumerable<int>^ RegionIds {
   System.Collections.Generic.IEnumerable<int>^ get();
}

Property Value

The region identifiers.
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

IncidentNetworkLevelPerRegion Class
IncidentNetworkLevelPerRegion Members

Send Feedback