Touchstone 11.0 API Reference
GeographyItems Property


Air.Services.Proxy Assembly > AIR.Services.ObjectManagement.Api Namespace > Zone Class : GeographyItems Property
Contains a list of the Geography Items included in the Zone.

A geography item is a region, country, area, or subarea

.
Syntax
Public Property GeographyItems As List(Of GeographyLeafItem)
Dim instance As Zone
Dim value As List(Of GeographyLeafItem)
 
instance.GeographyItems = value
 
value = instance.GeographyItems
public List<GeographyLeafItem> GeographyItems {get; set;}
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

Zone Class
Zone Members