ArcFM Responder Mobile Developer Guide
UnassignedIncidentCallCount Property






Gets and sets the number of calls in the region that have not yet been assigned an incident.
Syntax
'Declaration
 
Public Property UnassignedIncidentCallCount As System.Integer
'Usage
 
Dim instance As RegionCallStatus
Dim value As System.Integer
 
instance.UnassignedIncidentCallCount = value
 
value = instance.UnassignedIncidentCallCount
public System.int UnassignedIncidentCallCount {get; set;}
public read-write property UnassignedIncidentCallCount: System.Integer; 
public function get,set UnassignedIncidentCallCount : System.int
public: __property System.int get_UnassignedIncidentCallCount();
public: __property void set_UnassignedIncidentCallCount( 
   System.int value
);
public:
property System.int UnassignedIncidentCallCount {
   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

RegionCallStatus Class
RegionCallStatus Members

Send Feedback