ArcFM Responder Mobile Developer Guide
Counties Property






Gets an array of the county indentifying numbers.
Syntax
'Declaration
 
Public ReadOnly Property Counties As System.Integer()
'Usage
 
Dim instance As GetCountyInformationRequest
Dim value() As System.Integer
 
value = instance.Counties
public System.int[] Counties {get;}
public read-only property Counties: System.array of Integer; 
public function get Counties : System.int[]
public: __property System.int[]* get_Counties();
public:
property System.array<int>^ Counties {
   System.array<int>^ 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

GetCountyInformationRequest Class
GetCountyInformationRequest Members

Send Feedback