ArcFM Responder Mobile Developer Guide
CauseOutageNumber Property






Collection of Incident Cause / Outages with Incident Cause
Syntax
'Declaration
 
Public ReadOnly Property CauseOutageNumber As System.Collections.Generic.IDictionary(Of Integer,Integer)
'Usage
 
Dim instance As IncidentCauseStatisticsAggregation
Dim value As System.Collections.Generic.IDictionary(Of Integer,Integer)
 
value = instance.CauseOutageNumber
public System.Collections.Generic.IDictionary<int,int> CauseOutageNumber {get;}
public read-only property CauseOutageNumber: System.Collections.Generic.IDictionary; 
public function get CauseOutageNumber : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<int,int>* get_CauseOutageNumber();
public:
property System.Collections.Generic.IDictionary<int,int>^ CauseOutageNumber {
   System.Collections.Generic.IDictionary<int,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

IncidentCauseStatisticsAggregation Class
IncidentCauseStatisticsAggregation Members

Send Feedback