ArcFM Responder Mobile Developer Guide
Cities Property






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