ArcFM Responder Mobile Developer Guide
IncidentDeviceStepsArchive Property






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

OperationsArchiveObject Class
OperationsArchiveObject Members

Send Feedback