ArcFM Responder Mobile Developer Guide
Information Property (GetCityInformationRequest)






Gets an array of cities customer information.
Syntax
'Declaration
 
Public ReadOnly Property Information As RegionCustomerInformation()
'Usage
 
Dim instance As GetCityInformationRequest
Dim value() As RegionCustomerInformation
 
value = instance.Information
public RegionCustomerInformation[] Information {get;}
public read-only property Information: array of RegionCustomerInformation; 
public function get Information : RegionCustomerInformation[]
public: __property RegionCustomerInformation[]* get_Information();
public:
property array<RegionCustomerInformation>^ Information {
   array<RegionCustomerInformation>^ 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

GetCityInformationRequest Class
GetCityInformationRequest Members

Send Feedback