ArcFM Responder Mobile Developer Guide
LoadPointsArchive Property (IncidentsArchiveObject)






Syntax
'Declaration
 
Public Property LoadPointsArchive As System.Collections.Generic.IEnumerable(Of LoadPointsArchiveObject)
'Usage
 
Dim instance As IncidentsArchiveObject
Dim value As System.Collections.Generic.IEnumerable(Of LoadPointsArchiveObject)
 
instance.LoadPointsArchive = value
 
value = instance.LoadPointsArchive
public System.Collections.Generic.IEnumerable<LoadPointsArchiveObject> LoadPointsArchive {get; set;}
public read-write property LoadPointsArchive: System.Collections.Generic.IEnumerable; 
public function get,set LoadPointsArchive : System.Collections.Generic.IEnumerable
public: __property System.Collections.Generic.IEnumerable<LoadPointsArchiveObject*>* get_LoadPointsArchive();
public: __property void set_LoadPointsArchive( 
   System.Collections.Generic.IEnumerable<LoadPointsArchiveObject*>* value
);
public:
property System.Collections.Generic.IEnumerable<LoadPointsArchiveObject^>^ LoadPointsArchive {
   System.Collections.Generic.IEnumerable<LoadPointsArchiveObject^>^ get();
   void set (    System.Collections.Generic.IEnumerable<LoadPointsArchiveObject^>^ 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

IncidentsArchiveObject Class
IncidentsArchiveObject Members

Send Feedback