ArcFM Responder Mobile Developer Guide
Item Property (GetCountyInformationRequest)






The identifying number of the county.
Gets the customers affected information for a given county.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal countyId As System.Integer _
) As RegionIdCustomerInformation
'Usage
 
Dim instance As GetCountyInformationRequest
Dim countyId As System.Integer
Dim value As RegionIdCustomerInformation
 
value = instance.Item(countyId)
public RegionIdCustomerInformation this[ 
   System.int countyId
]; {get;}
public  this: : RegionIdCustomerInformation;[ 
    countyId: System.Integer
]; read-only
public  this[ 
   countyId : System.int
] get : RegionIdCustomerInformation
public: __property RegionIdCustomerInformation get_Item   System.int countyId
;
public:
property RegionIdCustomerInformation default [int] {
   RegionIdCustomerInformation get(System.int countyId);
}

Parameters

countyId
The identifying number of the county.

Property Value

Miner.Responder.Shared.RegionIdCustomerInformation object for the county.
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

GetCountyInformationRequest Class
GetCountyInformationRequest Members

Send Feedback