ArcFM Responder Mobile Developer Guide
IncidentDeviceSteps Property






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

OperationsObject Class
OperationsObject Members

Send Feedback