ArcFM Responder Mobile Developer Guide
Item Property (GetPostalCodeInformationRequest)






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

Parameters

postalCode
The name of the postal code.

Property Value

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

GetPostalCodeInformationRequest Class
GetPostalCodeInformationRequest Members

Send Feedback