| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property Zones As IList(Of LeadZone) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AutoZoningCommand Dim value As IList(Of LeadZone) value = instance.Zones | |
| C# | |
|---|---|
public IList<LeadZone> Zones {get;} | |
| C++/CLI | |
|---|---|
public: property IList<LeadZone^>^ Zones { IList<LeadZone^>^ get(); } | |
Property Value
IList list that contains the detected zones.Refer to AutoZoningCommand example.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code