'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); }
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