Heureka API .NET Documentation
GetDefaultCountyData Method



Syntax
'Declaration
 
Public Shared Function GetDefaultCountyData( _
   ByVal c As CountyCode _
) As CountyData
'Usage
 
Dim c As CountyCode
Dim value As CountyData
 
value = CountyData.GetDefaultCountyData(c)
public static CountyData GetDefaultCountyData( 
   CountyCode c
)
public:
static CountyData^ GetDefaultCountyData( 
   CountyCode c
) 

Parameters

c
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

CountyData Class
CountyData Members

Send Feedback