ArcFM Responder Mobile Developer Guide
HazardCrews Property






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

HazardsObject Class
HazardsObject Members

Send Feedback