ArcFM Responder Mobile Developer Guide
ParentIncident Property (CrewSubAssignmentsArchiveObject)






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

CrewSubAssignmentsArchiveObject Class
CrewSubAssignmentsArchiveObject Members

Send Feedback