Heureka API .NET Documentation
Region Property (SiteData)



Region
Syntax
'Declaration
 
Public ReadOnly Property Region As Nullable(Of RegionCode)
'Usage
 
Dim instance As SiteData
Dim value As Nullable(Of RegionCode)
 
value = instance.Region
public Nullable<RegionCode> Region {get;}
public:
property Nullable<RegionCode> Region {
   Nullable<RegionCode> 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