ArcFM Responder Mobile Developer Guide
Records Property






CauseOutageAccumulator records
Syntax
'Declaration
 
Public ReadOnly Property Records As CauseOutageAccumulator
'Usage
 
Dim instance As IncidentCauseStatisticsAggregation
Dim value As CauseOutageAccumulator
 
value = instance.Records
public CauseOutageAccumulator Records {get;}
public read-only property Records: CauseOutageAccumulator; 
public function get Records : CauseOutageAccumulator
public: __property CauseOutageAccumulator* get_Records();
public:
property CauseOutageAccumulator^ Records {
   CauseOutageAccumulator^ 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