ArcFM Responder Mobile Developer Guide
MajorEventDaySAIDITable Property






Get System.Data.DataTable TableName with Major Event Day column DayColumnName and column with SAIDI value for the day DayColumnName
Syntax
'Declaration
 
Public ReadOnly Property MajorEventDaySAIDITable As System.Data.DataTable
'Usage
 
Dim instance As MajorEventDayManager
Dim value As System.Data.DataTable
 
value = instance.MajorEventDaySAIDITable
public System.Data.DataTable MajorEventDaySAIDITable {get;}
public read-only property MajorEventDaySAIDITable: System.Data.DataTable; 
public function get MajorEventDaySAIDITable : System.Data.DataTable
public: __property System.Data.DataTable* get_MajorEventDaySAIDITable();
public:
property System.Data.DataTable^ MajorEventDaySAIDITable {
   System.Data.DataTable^ 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

MajorEventDayManager Class
MajorEventDayManager Members

Send Feedback