ArcFM Responder Mobile Developer Guide
Item Property (GetCityInformationRequest)






The name of the city.
Gets the customers affected information for a given cidy.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal city As System.String _
) As RegionCustomerInformation
'Usage
 
Dim instance As GetCityInformationRequest
Dim city As System.String
Dim value As RegionCustomerInformation
 
value = instance.Item(city)
public RegionCustomerInformation this[ 
   System.string city
]; {get;}
public  this: : RegionCustomerInformation;[ 
    city: System.String
]; read-only
public  this[ 
   city : System.String
] get : RegionCustomerInformation
public: __property RegionCustomerInformation get_Item   System.string* city
;
public:
property RegionCustomerInformation default [String^] {
   RegionCustomerInformation get(System.String^ city);
}

Parameters

city
The name of the city.

Property Value

Miner.Responder.Shared.RegionCustomerInformation object for the city.
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