Moonware.Common
Zones Property



List of MotionZone
Syntax
'Declaration
 
Public ReadOnly Property Zones As List(Of MotionZone)
'Usage
 
Dim instance As MotionZones
Dim value As List(Of MotionZone)
 
value = instance.Zones
public List<MotionZone> Zones {get;}
public:
property List<MotionZone^>^ Zones {
   List<MotionZone^>^ 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

MotionZones Class
MotionZones Members

Send Feedback