ArcFM Responder Mobile Developer Guide
Hazards Property (CallsObject)






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

CallsObject Class
CallsObject Members

Send Feedback