ArcFM Responder Mobile Developer Guide
Contains Method (GetCountyInformationRequest)






The identifying number of the county.
Gets a value indicating if the request contains information for a given county.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal countyId As System.Integer _
) As System.Boolean
'Usage
 
Dim instance As GetCountyInformationRequest
Dim countyId As System.Integer
Dim value As System.Boolean
 
value = instance.Contains(countyId)
public System.bool Contains( 
   System.int countyId
)
public function Contains( 
    countyId: System.Integer
): System.Boolean; 
public function Contains( 
   countyId : System.int
) : System.boolean;
public: System.bool Contains( 
   System.int countyId
) 
public:
System.bool Contains( 
   System.int countyId
) 

Parameters

countyId
The identifying number of the county.

Return Value

True value if a county with this identification is found.
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