Heureka API .NET Documentation
County Property



County (direct county code in Sweden)
Syntax
'Declaration
 
<DescriptionAttribute("County code (according to NFI 'direct' codes)")>
<DisplayNameAttribute("County Code")>
<DisplayNameShortAttribute("County")>
Public ReadOnly Property County As CountyCode
'Usage
 
Dim instance As SiteData
Dim value As CountyCode
 
value = instance.County
[Description("County code (according to NFI 'direct' codes)")]
[DisplayName("County Code")]
[DisplayNameShort("County")]
public CountyCode County {get;}
[Description("County code (according to NFI 'direct' codes)")]
[DisplayName("County Code")]
[DisplayNameShort("County")]
public:
property CountyCode County {
   CountyCode 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

SiteData Class
SiteData Members

Send Feedback