ArcFM Responder Mobile Developer Guide
PostalCodes Property






Gets an array of the postal codes.
Syntax
'Declaration
 
Public ReadOnly Property PostalCodes As System.String()
'Usage
 
Dim instance As GetPostalCodeInformationRequest
Dim value() As System.String
 
value = instance.PostalCodes
public System.string[] PostalCodes {get;}
public read-only property PostalCodes: System.array of String; 
public function get PostalCodes : System.String[]
public: __property System.string*[]* get_PostalCodes();
public:
property System.array<String^>^ PostalCodes {
   System.array<String^>^ get();
}
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