ArcFM Responder Mobile Developer Guide
CallIdsToAssociate Property






Syntax
'Declaration
 
Public Property CallIdsToAssociate As System.Collections.Generic.ICollection(Of Integer)
'Usage
 
Dim instance As CreateIncidentOnDevice
Dim value As System.Collections.Generic.ICollection(Of Integer)
 
instance.CallIdsToAssociate = value
 
value = instance.CallIdsToAssociate
public System.Collections.Generic.ICollection<int> CallIdsToAssociate {get; set;}
public read-write property CallIdsToAssociate: System.Collections.Generic.ICollection; 
public function get,set CallIdsToAssociate : System.Collections.Generic.ICollection
public: __property System.Collections.Generic.ICollection<int>* get_CallIdsToAssociate();
public: __property void set_CallIdsToAssociate( 
   System.Collections.Generic.ICollection<int>* value
);
public:
property System.Collections.Generic.ICollection<int>^ CallIdsToAssociate {
   System.Collections.Generic.ICollection<int>^ get();
   void set (    System.Collections.Generic.ICollection<int>^ 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

CreateIncidentOnDevice Class
CreateIncidentOnDevice Members

Send Feedback