ArcFM Responder Mobile Developer Guide
Incidents Property (UsersObject)






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

UsersObject Class
UsersObject Members

Send Feedback