ArcFM Responder Mobile Developer Guide
Customers Property (LoadPointsObject)






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

LoadPointsObject Class
LoadPointsObject Members

Send Feedback