ArcFM Responder Mobile Developer Guide
IncFeatAssignments Property (IncidentFeaturesObject)






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

IncidentFeaturesObject Class
IncidentFeaturesObject Members

Send Feedback