ArcFM Engine 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 String _
) As RegionCustomerInformation
'Usage
 
Dim instance As GetPostalCodeInformationRequest
Dim postalCode As String
Dim value As RegionCustomerInformation
 
value = instance.Item(postalCode)
public RegionCustomerInformation this[ 
   string postalCode
]; {get;}

Parameters

postalCode
The name of the postal code.

Property Value

Miner.Responder.Shared.RegionCustomerInformation object for the postal code.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

GetPostalCodeInformationRequest Class
GetPostalCodeInformationRequest Members

 

 


Send Comment