ArcFM Responder Mobile Developer Guide
CallsWithoutPowerRestoredAfterTimespaceCount Property






Gets and sets the number of customer calls that have not had power restored after a given timespan within a region.
Syntax
'Declaration
 
Public Property CallsWithoutPowerRestoredAfterTimespaceCount As System.Integer
'Usage
 
Dim instance As RegionCallStatus
Dim value As System.Integer
 
instance.CallsWithoutPowerRestoredAfterTimespaceCount = value
 
value = instance.CallsWithoutPowerRestoredAfterTimespaceCount
public System.int CallsWithoutPowerRestoredAfterTimespaceCount {get; set;}
public read-write property CallsWithoutPowerRestoredAfterTimespaceCount: System.Integer; 
public function get,set CallsWithoutPowerRestoredAfterTimespaceCount : System.int
public: __property System.int get_CallsWithoutPowerRestoredAfterTimespaceCount();
public: __property void set_CallsWithoutPowerRestoredAfterTimespaceCount( 
   System.int value
);
public:
property System.int CallsWithoutPowerRestoredAfterTimespaceCount {
   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