ArcFM Responder Mobile Developer Guide
IncidentDeviceCrews Property






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

IncidentDevicesObject Class
IncidentDevicesObject Members

Send Feedback