ArcFM Responder Mobile Developer Guide
CrewAssignmentsOrSubAssignments Property






Returns the crew assignments related to this object. For an incident child such as an incident device, the sub-assignments are returned instead.
Syntax
'Declaration
 
ReadOnly Property CrewAssignmentsOrSubAssignments As System.Data.DataRow()
'Usage
 
Dim instance As ICrewAssignmentRelation
Dim value() As System.Data.DataRow
 
value = instance.CrewAssignmentsOrSubAssignments
System.Data.DataRow[] CrewAssignmentsOrSubAssignments {get;}
read-only property CrewAssignmentsOrSubAssignments: System.Data.array of DataRow; 
function get CrewAssignmentsOrSubAssignments : System.Data.DataRow[]
__property System.Data.DataRow*[]* get_CrewAssignmentsOrSubAssignments();
property System.Data.array<DataRow^>^ CrewAssignmentsOrSubAssignments {
   System.Data.array<DataRow^>^ 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

ICrewAssignmentRelation Interface
ICrewAssignmentRelation Members

Send Feedback