ArcFM Responder Mobile Developer Guide
ParentIncident Property (IncidentDevicesObject)






Syntax
'Declaration
 
Public ReadOnly Property ParentIncident As IncidentsObject
'Usage
 
Dim instance As IncidentDevicesObject
Dim value As IncidentsObject
 
value = instance.ParentIncident
public IncidentsObject ParentIncident {get;}
public read-only property ParentIncident: IncidentsObject; 
public function get ParentIncident : IncidentsObject
public: __property IncidentsObject* get_ParentIncident();
public:
property IncidentsObject^ ParentIncident {
   IncidentsObject^ get();
}
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